lvhao 1 giorno fa
parent
commit
dec6c3b2f5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core/CoreApp/controllers/Whlabelfz.php

+ 1 - 1
core/CoreApp/controllers/Whlabelfz.php

@@ -898,7 +898,7 @@ class Whlabelfz extends Start_Controller
 			$text['purchase'] = $purchase['title'];
 			$text['cpbz'] = $info['cpbz'];
 			$text['usa'] = 0;
-			ob_clean();
+			// ob_clean();
 			$rows = array('type'=>1,'n'=>$n-1,'data'=>$v,'text'=>$text);
 			echo json_encode(array('rows'=>($rows),'success'=>true));exit;