wugg 2 anni fa
parent
commit
7c435e26c9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/admin/controller/Goodup.php

+ 1 - 1
app/admin/controller/Goodup.php

@@ -124,7 +124,7 @@ class Goodup extends Base
             }
             $check = checkRole($useinfo['roleid'],115);
             if($check){
-                $where[] .=['createrid', "=" ,$rm];
+                $where[]=['createrid', "=" ,$rm];
             }
         }