aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/icon.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-03 18:35:03 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-03 18:35:03 +0000
commit99e26f269a694c39f8e3fdf59afa1e02e756610b (patch)
tree15a3d2cf5836c297ef956f4999fa52c55443cf30 /mod/profile/icon.php
parentf2e9012d54dfc2766daaccbfec9080d42d318e1c (diff)
downloadelgg-99e26f269a694c39f8e3fdf59afa1e02e756610b.tar.gz
elgg-99e26f269a694c39f8e3fdf59afa1e02e756610b.tar.bz2
Profile icons come in chunks.
git-svn-id: https://code.elgg.org/elgg/trunk@3049 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/icon.php')
-rw-r--r--mod/profile/icon.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/icon.php b/mod/profile/icon.php
index 594bb0894..c9bcb0480 100644
--- a/mod/profile/icon.php
+++ b/mod/profile/icon.php
@@ -42,7 +42,7 @@
$path = elgg_view('icon/user/default/'.$size);
header("Location: {$path}");
exit;
- //$contents = @file_get_contents($CONFIG->pluginspath . "profile/graphics/default{$size}.jpg");
+ //$contents = @file_get_contents($CONFIG-pluginspath . "profile/graphics/default{$size}.jpg");
}