From c3c299a5995106c429819e641310844d1d9145ef Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 24 Feb 2009 14:47:44 +0000 Subject: 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 --- mod/profile/icondirect.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod/profile/icondirect.php') 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"); -- cgit v1.2.3