Index: trunk/kernel/include/config.php =================================================================== diff -u -r912 -r1462 --- trunk/kernel/include/config.php (.../config.php) (revision 912) +++ trunk/kernel/include/config.php (.../config.php) (revision 1462) @@ -56,7 +56,7 @@ function Get($property) { - return isset($this->config[$property]) ? $this->config[$property] : ''; + return isset($this->config[$property]) ? $this->config[$property] : ''; } function Set($property, $value,$type=0,$force=FALSE)