Small fixes.

This commit is contained in:
Dmitry Khomutov 2018-02-23 23:05:06 +07:00
commit 9e428a4da6
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
5 changed files with 7 additions and 7 deletions

View file

@ -80,7 +80,7 @@ class View
/**
* @return boolean
*/
protected function LoginIsDisabled()
protected function loginIsDisabled()
{
$config = Config::getInstance();
$disableAuth = (boolean)$config->get('php-censor.security.disable_auth', false);