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:
Marien Fressinaud
2014-10-05 19:35:29 +02:00
parent aa8529b2d6
commit d8f4681382
16 changed files with 68 additions and 74 deletions

View File

@@ -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