diff options
Diffstat (limited to 'phpBB/modules/acp/acp_reasons.php')
-rw-r--r-- | phpBB/modules/acp/acp_reasons.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/modules/acp/acp_reasons.php b/phpBB/modules/acp/acp_reasons.php index 305f4c615e..1c80fcfa40 100644 --- a/phpBB/modules/acp/acp_reasons.php +++ b/phpBB/modules/acp/acp_reasons.php @@ -25,7 +25,7 @@ class acp_reasons function main($id, $mode) { - global $db, $user, $auth, $template, $cache, $config; + global $db, $user, $auth, $template, $config; $user->add_lang(array('mcp', 'acp/posting')); |