mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
I tink I taw another bluudy error ... I did! I did see another bluudy error
git-svn-id: file:///svn/phpbb/trunk@3388 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d8f4b656ae
commit
3c8b03e50e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ require('pagestart.' . $phpEx);
|
||||||
// Do we have general permissions?
|
// Do we have general permissions?
|
||||||
if (!$auth->acl_get('a_icons'))
|
if (!$auth->acl_get('a_icons'))
|
||||||
{
|
{
|
||||||
trigger_error($user->lang['No_admin']);
|
trigger_error($user->lang['NO_ADMIN']);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Grab some basic parameters
|
// Grab some basic parameters
|
||||||
|
|
Loading…
Add table
Reference in a new issue