mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 14:43:32 -04:00
Replace Minz_Log::record by corresponding methods
Please not use Minz_Log::record anymore! See https://github.com/marienfressinaud/FreshRSS/issues/655
This commit is contained in:
@@ -37,7 +37,7 @@ class FreshRSS_javascript_Controller extends Minz_ActionController {
|
||||
return; //Success
|
||||
}
|
||||
} catch (Minz_Exception $me) {
|
||||
Minz_Log::record('Nonce failure: ' . $me->getMessage(), Minz_Log::WARNING);
|
||||
Minz_Log::warning('Nonce failure: ' . $me->getMessage());
|
||||
}
|
||||
}
|
||||
$this->view->nonce = ''; //Failure
|
||||
|
||||
Reference in New Issue
Block a user