diff options
Diffstat (limited to 'engine')
-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 125411cdb..21dfacc0c 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -260,7 +260,7 @@ * @param boolean $debug If set to true, the viewer will complain if it can't find a view * @return string The HTML content */ - function elgg_view($view, $vars = "", $bypass = true, $debug = false) { + function elgg_view($view, $vars = "", $bypass = false, $debug = false) { global $CONFIG; static $usercache; |