diff -r 2529833a7731 -r 27377179fe58 includes/paths.php --- a/includes/paths.php Mon Jun 30 17:22:29 2008 -0400 +++ b/includes/paths.php Wed Jul 02 19:36:44 2008 -0400 @@ -113,7 +113,7 @@ eval($cmd); } - $this->wiki_mode = (int)getConfig('wiki_mode')=='1'; + $this->wiki_mode = ( getConfig('wiki_mode') == '1' ) ? 1 : 0; $this->template_cache = Array(); } function parse_url($sanitize = true)