diff options
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r-- | engine/lib/elgglib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index 8e7d8283e..fb7e8adcd 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -131,7 +131,7 @@ $_SESSION['view'] = "default"; // If we have a config default view for this site then use that instead of 'default' - if ((is_installed()) && (!empty($CONFIG->view))) + if (/*(is_installed()) && */(!empty($CONFIG->view))) $_SESSION['view'] = $CONFIG->view;
}
if (empty($viewtype) && is_callable('get_input'))
|