Fixed missing return statement

This commit is contained in:
Albert Santoni 2015-09-25 15:54:26 -04:00
parent 8b6833180d
commit e03428327c
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
}
private function verifyCSRFToken($token) {
SecurityHelper::verifyCSRFToken($token);
return SecurityHelper::verifyCSRFToken($token);
}
private function verifyAPIKey() {