aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-07 13:36:25 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-07 13:36:25 +0000
commit5964a952c8732662ca135c0bf1ae1456497ab8e6 (patch)
tree39a9bf1b278d8c7a30749183580720ccdafe7301 /index.php
parentb8d457e1523b9f76abcea4ca8c0de8d8f91765f0 (diff)
downloadelgg-5964a952c8732662ca135c0bf1ae1456497ab8e6.tar.gz
elgg-5964a952c8732662ca135c0bf1ae1456497ab8e6.tar.bz2
Fixes #530
git-svn-id: https://code.elgg.org/elgg/trunk@2421 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9ccf21b03..e860879b9 100644
--- a/index.php
+++ b/index.php
@@ -23,7 +23,7 @@
* Check to see if user is logged in, if not display login form
**/
- if (isloggedin()) forward('pg/dashboard');
+ if (isloggedin()) forward('pg/dashboard/');
//Load the front page
global $CONFIG;