diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-30 04:32:04 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-30 04:32:04 +0000 |
commit | a2b3db924719b111c7c01812fe3470fbbd1ae7cc (patch) | |
tree | 3d4d96a3b91361b177553f9af506ec7f17c14b6b /pages/avatar/view.php | |
parent | 010bc9650139814f2c74a24b6e320c5c4373e5c4 (diff) | |
download | elgg-a2b3db924719b111c7c01812fe3470fbbd1ae7cc.tar.gz elgg-a2b3db924719b111c7c01812fe3470fbbd1ae7cc.tar.bz2 |
Refs #2428 removed more CONFIG uses
git-svn-id: http://code.elgg.org/elgg/trunk@7769 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'pages/avatar/view.php')
-rw-r--r-- | pages/avatar/view.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/avatar/view.php b/pages/avatar/view.php index ed8a47d59..8b420c61a 100644 --- a/pages/avatar/view.php +++ b/pages/avatar/view.php @@ -31,7 +31,6 @@ if ($filehandler->open("read")) { } if (!$success) { - global $CONFIG; $path = elgg_view('icon/user/default/'.$size); header("Location: {$path}"); exit; |