diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-08 15:13:43 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-08 15:13:43 +0000 |
commit | 607c2d8d9284923e890e8937f28716bb5d3cdfd2 (patch) | |
tree | ab437267c469f7d891f8a22306cc15d69ab5e2e7 /mod/profile/icon.php | |
parent | 02d4828a86ae00355ebe750d7d121d2dfd29e57e (diff) | |
download | elgg-607c2d8d9284923e890e8937f28716bb5d3cdfd2.tar.gz elgg-607c2d8d9284923e890e8937f28716bb5d3cdfd2.tar.bz2 |
Default icon overrides.
git-svn-id: https://code.elgg.org/elgg/trunk@2226 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/icon.php')
-rw-r--r-- | mod/profile/icon.php | 5 |
1 files changed, 0 insertions, 5 deletions
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");
}
|