diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-09-20 18:52:08 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-09-20 18:52:08 +0200 |
commit | 15883dfac22c8a5660c0400c565ba980eaf6f618 (patch) | |
tree | d94aa952ef480bc2cda5128dbae315a369566c67 /phpBB/ucp.php | |
parent | 55808e11c987b72b6c2d364d4f17e11dfbbebc71 (diff) | |
download | forums-15883dfac22c8a5660c0400c565ba980eaf6f618.tar forums-15883dfac22c8a5660c0400c565ba980eaf6f618.tar.gz forums-15883dfac22c8a5660c0400c565ba980eaf6f618.tar.bz2 forums-15883dfac22c8a5660c0400c565ba980eaf6f618.tar.xz forums-15883dfac22c8a5660c0400c565ba980eaf6f618.zip |
[feature/request-class] Add $request to style.php, minor change
Add $request instantiation to style.php to allow request_var to
work properly.
Also remove unneeded globalization of $request in ucp.php.
PHPBB3-9716
Diffstat (limited to 'phpBB/ucp.php')
-rw-r--r-- | phpBB/ucp.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php index f26f7b048e..2d190cb1a9 100644 --- a/phpBB/ucp.php +++ b/phpBB/ucp.php @@ -136,8 +136,6 @@ switch ($mode) case 'delete_cookies': - global $request; - // Delete Cookies with dynamic names (do NOT delete poll cookies) if (confirm_box(true)) { |