diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profile/icon.php | 2 |
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");
}
|