[Fusionforge-commits] r10658 - trunk/src/common/include

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Thu Sep 23 20:52:38 CEST 2010


Author: aljeux
Date: 2010-09-23 20:52:37 +0200 (Thu, 23 Sep 2010)
New Revision: 10658

Modified:
   trunk/src/common/include/User.class.php
Log:
Removed debug message.

Modified: trunk/src/common/include/User.class.php
===================================================================
--- trunk/src/common/include/User.class.php	2010-09-23 18:52:30 UTC (rev 10657)
+++ trunk/src/common/include/User.class.php	2010-09-23 18:52:37 UTC (rev 10658)
@@ -1507,7 +1507,6 @@
 		if (is_file(forge_get_config('themes_root').'/'.$this->theme.'/Theme.class.php')) {
 			$GLOBALS['sys_theme']=$this->theme;
 		} else {
-			echo "icicici";
 			$this->theme=forge_get_config('default_theme');
 		}
 		return $this->theme;




More information about the Fusionforge-commits mailing list