MantisBT: master 0c138467

Author Committer Branch Timestamp Parent
dregad dregad master 2016-01-21 02:39 master e0d072df
Changeset

Fix system notice on login_page.php

When $g_display_errors = array(E_ALL => 'halt'), the login page throws a
system notice when checking for E_USER_ERROR setting.

We now also check for E_ALL to avoid this.

mod - login_page.php Diff File