mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
small changes - mostly style related to fix cross-browser issues.
git-svn-id: file:///svn/phpbb/trunk@7696 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -33,7 +33,7 @@ class acp_update
|
||||
|
||||
if ($info === false)
|
||||
{
|
||||
trigger_error($errstr . adm_back_link($this->u_action));
|
||||
trigger_error($errstr, E_USER_WARNING);
|
||||
}
|
||||
|
||||
$info = explode("\n", $info);
|
||||
|
Reference in New Issue
Block a user