diff options
Diffstat (limited to 'app/views/auth/formLogin.phtml')
| -rw-r--r-- | app/views/auth/formLogin.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/formLogin.phtml b/app/views/auth/formLogin.phtml index 24427193d..658adc912 100644 --- a/app/views/auth/formLogin.phtml +++ b/app/views/auth/formLogin.phtml @@ -5,7 +5,7 @@ <main class="prompt"> <h1><?= _t('gen.auth.login') ?></h1> - <?php if (!max_registrations_reached()) { ?> + <?php if (!FreshRSS_user_Controller::max_registrations_reached()) { ?> <div class="link-registration"> <a href="<?= _url('auth', 'register') ?>"><?= _t('gen.auth.registration.ask') ?></a> </div> |
