dever 3 лет назад
Родитель
Сommit
5b01795670
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/mshop/lib/Core.php

+ 1 - 1
app/mshop/lib/Core.php

@@ -12,7 +12,7 @@ class Core
 
         $this->uid = Dever::load('passport/user')->check(false);
         if ($this->uid <= 0) {
-            $this->uid = 3;
+            $this->uid = 4;
         }
         if ($this->uid) {
             $this->user = Dever::db('shop/member')->find($this->uid);