Prechádzať zdrojové kódy

Update categorie.class.php

Laurent Destailleur 1 rok pred
rodič
commit
d32bb1668f

+ 1 - 1
htdocs/categories/class/categorie.class.php

@@ -1160,7 +1160,7 @@ class Categorie extends CommonObject
 
 		$this->cats = array();
 		$nbcateg = 0;
-		
+
 		// Init this->motherof that is array(id_son=>id_parent, ...)
 		$this->load_motherof();
 		$current_lang = $langs->getDefaultLang();