From 607c2d8d9284923e890e8937f28716bb5d3cdfd2 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 8 Oct 2008 15:13:43 +0000 Subject: Default icon overrides. git-svn-id: https://code.elgg.org/elgg/trunk@2226 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/icon.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mod/profile/icon.php') diff --git a/mod/profile/icon.php b/mod/profile/icon.php index d99febd8c..33a5cde7f 100644 --- a/mod/profile/icon.php +++ b/mod/profile/icon.php @@ -39,11 +39,6 @@ if (!$success) { global $CONFIG; - $test = elgg_view("icon/user/default/{$size}",array('entity' => $entity)); - if (!empty($test)) { - header("Location: {$test}"); - exit; - } $contents = @file_get_contents($CONFIG->pluginspath . "profile/graphics/default{$size}.jpg"); } -- cgit v1.2.3