Reply to thread

On line 144 of the file /library/XenResource/Listener/Proxy/ControllerFindNew.php it's:

[php]$this->_routeMatch->setSections('members');[/php]


I think it should be:

[php]$this->_routeMatch->setSections('resources');[/php]


Back
Top Bottom