ubc / iPeer

Peer Evaluation System
http://ipeer.ctlt.ubc.ca
Other
17 stars 18 forks source link

Missed String::tokenize #644

Closed remcoa closed 3 years ago

remcoa commented 4 years ago

Hi,

Commit 6ca1b65 changed String::tokenize to CakeString::tokenize, but this was not changed in app/vendors/shells/create_acl.php

So we now get an error when running sh ./cake/console/cake create_acl

Fatal error: Uncaught Error: Class 'String' not found in ./app/vendors/shells/create_acl.php

Solution: replace String::tokenize by CakeString::tokenize in create_acl.php