mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 20:40:24 +02:00
No functional changes, will only produce less PHP notices/warnings.
git-svn-id: file:///svn/phpbb/trunk@3949 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1689,7 +1689,7 @@ function event_execute($mode)
|
||||
}
|
||||
|
||||
// Extension of auth class for changing permissions
|
||||
if (class_exists(auth))
|
||||
if (class_exists('auth'))
|
||||
{
|
||||
class auth_admin extends auth
|
||||
{
|
||||
@@ -1957,7 +1957,7 @@ if (class_exists(auth))
|
||||
}
|
||||
}
|
||||
|
||||
if (class_exists(template))
|
||||
if (class_exists('template'))
|
||||
{
|
||||
class template_admin extends template
|
||||
{
|
||||
|
Reference in New Issue
Block a user