From 99e26f269a694c39f8e3fdf59afa1e02e756610b Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 3 Mar 2009 18:35:03 +0000 Subject: Profile icons come in chunks. git-svn-id: https://code.elgg.org/elgg/trunk@3049 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/icon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- cgit v1.2.3