Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
problem with has_access stationwagon example with $this->request->controller
  • I use 1.1/develop and the stationwagon example. The problem is that $this->request->controller returns "\Controller_Account" not "account". $access = Auth::has_access(array(
    $this->request->controller,
    $this->request->action
    )); If you try 1.0/master $this->request->controller returns "account". Is it a bug in 1.1/develop?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!