From adae1958a95d7e801de91d673e927cac348236d9 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Thu, 10 Mar 2011 22:05:49 +0000 Subject: Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 72447d099..4c9392016 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ if (elgg_trigger_plugin_hook('index', 'system', null, FALSE) != FALSE) { } if (elgg_is_logged_in()) { - forward('pg/activity/'); + forward('activity'); } -- cgit v1.2.3