Fixed Typo in XenResource_Listener_Proxy_ControllerFindNew

Mr. Goodie2Shoes

Well-known member
On line 144 of the file /library/XenResource/Listener/Proxy/ControllerFindNew.php it's:
PHP:
$this->_routeMatch->setSections('members');

I think it should be:
PHP:
$this->_routeMatch->setSections('resources');
 
Top Bottom