From 1a5f51b1fcd6687735f096870a8547b125a43e06 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 6 Jul 2009 15:15:44 +0000 Subject: Fixed doubling on icon edit (nb. this was not the same issue as Refs #1100) git-svn-id: https://code.elgg.org/elgg/trunk@3390 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'mod') diff --git a/mod/profile/start.php b/mod/profile/start.php index 2b4d08c5d..d9909aab2 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -153,10 +153,11 @@ } } - - // Include the standard profile index - include($CONFIG->pluginspath . "profile/index.php"); - + else + { + // Include the standard profile index + include($CONFIG->pluginspath . "profile/index.php"); + } } /** -- cgit v1.2.3