aboutsummaryrefslogtreecommitdiff
path: root/mod/profile/icondirect.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-24 14:47:44 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-24 14:47:44 +0000
commitc3c299a5995106c429819e641310844d1d9145ef (patch)
tree8d3ed3029d45c4d7b13fa7723ff816d573ab0c59 /mod/profile/icondirect.php
parent7b1b9e6b9b91db3fcfb4f252b7de6fe809ac533b (diff)
downloadelgg-c3c299a5995106c429819e641310844d1d9145ef.tar.gz
elgg-c3c299a5995106c429819e641310844d1d9145ef.tar.bz2
Removing a minor simplecache debug message that accidentally made it in.
git-svn-id: https://code.elgg.org/elgg/trunk@2923 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/icondirect.php')
-rw-r--r--mod/profile/icondirect.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/profile/icondirect.php b/mod/profile/icondirect.php
index 40bfdf98a..cf67fae04 100644
--- a/mod/profile/icondirect.php
+++ b/mod/profile/icondirect.php
@@ -82,7 +82,6 @@
ob_start();
include(dirname(dirname(dirname(__FILE__))).'/simplecache/view.php');
$loc = ob_get_clean();
- echo $loc;
header('Location: ' . $loc);
exit;
//$contents = @file_get_contents(dirname(__FILE__) . "/graphics/default{$size}.jpg");