Browse Source

Merge branch 'wugg' of wugg/phpstock into version1.5

wugg 2 năm trước cách đây
mục cha
commit
003a7be71c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];
             }
         }