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 1ea93623b..d559e5131 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)) && (trim($CONFIG->view)!="")) $_SESSION['view'] = $CONFIG->view;
}
if (empty($viewtype) && is_callable('get_input'))
|