Closed gameiqinc closed 11 years ago
Using CakePHP 2.4.1
Error: Class 'Sanitize' not found File: \Plugin\Utility\Model\Behavior\FilterableBehavior.php Line: 111
I'm guessing this is because the Sanitize class has been deprecated.
Adding App::uses('Sanitize', 'Utility'); fixes the issue.
Using CakePHP 2.4.1
Error: Class 'Sanitize' not found
File: \Plugin\Utility\Model\Behavior\FilterableBehavior.php Line: 111
I'm guessing this is because the Sanitize class has been deprecated.
Adding App::uses('Sanitize', 'Utility'); fixes the issue.