includes/paths.php
changeset 592 27377179fe58
parent 590 03a60844c7c5
child 593 4f9bec0d65c1
--- 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)