FMCorz / AclManager

Plugin to manage Acl for CakePHP 2.x
59 stars 33 forks source link

Parse error, unclosed ; at AclController.php line 143 #7

Closed azrad closed 12 years ago

azrad commented 12 years ago

This is happened when i download the zipball.

error message: Parse error: syntax error, unexpected T_VARIABLE in /Library/WebServer/Documents/bt1m/app/Plugin/AclManager/Controller/AclController.php on line 143

solution: adding " ; " at line 142 solved the issue.

thanks

FMCorz commented 12 years ago

Thank you! Just fixed it now on the master branch.