diff options
author | David M <davidmj@users.sourceforge.net> | 2006-11-17 21:51:16 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-11-17 21:51:16 +0000 |
commit | f589ce3a842fb88a6b38fde7b1080a991e044706 (patch) | |
tree | a9b55f414c16fee106c516a69ddf7b6a085fd490 /phpBB/includes/functions_user.php | |
parent | ac5a12c0244f22532ab992ecd0d94441691b5c89 (diff) | |
download | forums-f589ce3a842fb88a6b38fde7b1080a991e044706.tar forums-f589ce3a842fb88a6b38fde7b1080a991e044706.tar.gz forums-f589ce3a842fb88a6b38fde7b1080a991e044706.tar.bz2 forums-f589ce3a842fb88a6b38fde7b1080a991e044706.tar.xz forums-f589ce3a842fb88a6b38fde7b1080a991e044706.zip |
#5376
- removed some unneeded globals
git-svn-id: file:///svn/phpbb/trunk@6597 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r-- | phpBB/includes/functions_user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 15daa0c999..c30219c118 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -2264,6 +2264,7 @@ function group_update_listings($group_id) { if (!function_exists('cache_moderators')) { + global $phpbb_root_path, $phpEx; include($phpbb_root_path . 'includes/functions_admin.' . $phpEx); } cache_moderators(); |