Victor De la Rocha пре 15 година
родитељ
комит
80b8c6876d
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      classes/themes.class.php

+ 1 - 2
classes/themes.class.php Прегледај датотеку

@@ -46,10 +46,9 @@ class themes{
46 46
 		$this->registrar_vars();
47 47
 		$this->__();
48 48
 		$this->eval_control_structures();
49
-
50 49
 		//evaluate All as PHP code
51 50
 		ob_start();eval($this->output);
52
-		$this->output = ob_get_clean();
51
+		$this->output = stripslashes(ob_get_clean());
53 52
 	}
54 53
 
55 54
 	function eval_control_structures(){