wugg hace 2 años
padre
commit
bed54b93b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -474,7 +474,7 @@ function sear($id){
         $value['search']=$item['search']."_".$value['cat_name'];
 
         $list = Db::name('cat')->save($value);
-         sear($id);
+        sear($value['id']);
     }
 }