diff options
| author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-07 13:36:25 +0000 |
|---|---|---|
| committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-07 13:36:25 +0000 |
| commit | 5964a952c8732662ca135c0bf1ae1456497ab8e6 (patch) | |
| tree | 39a9bf1b278d8c7a30749183580720ccdafe7301 | |
| parent | b8d457e1523b9f76abcea4ca8c0de8d8f91765f0 (diff) | |
| download | elgg-5964a952c8732662ca135c0bf1ae1456497ab8e6.tar.gz elgg-5964a952c8732662ca135c0bf1ae1456497ab8e6.tar.bz2 | |
Fixes #530
git-svn-id: https://code.elgg.org/elgg/trunk@2421 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|
