From 7130fca5be1f317f10d5b3a96de5a0857ac10332 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 11 Mar 2009 11:26:44 +0000 Subject: Profile user icon URL fix. git-svn-id: https://code.elgg.org/elgg/trunk@3154 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/profile/start.php b/mod/profile/start.php index e6c986c76..3dd57c450 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -266,7 +266,7 @@ if ($filehandler->exists()) { //$url = $CONFIG->url . "pg/icon/$username/$size/$icontime.jpg"; - return $CONFIG->wwwroot . 'mod/profile/icondirect.php/'.$icontime.'/?username='.$entity->username.'&size='.$size; + return $CONFIG->wwwroot . 'mod/profile/icondirect.php?lastcache='.$icontime.'&username='.$entity->username.'&size='.$size; } } } -- cgit v1.2.3