WIN-2308041133\Administrator преди 10 месеца
родител
ревизия
86d2450ab4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      application/admin/controller/platform/Share.php

+ 1 - 1
application/admin/controller/platform/Share.php

@@ -50,7 +50,7 @@ class Share extends Backend
                 ->count();
             $list = $this->model
                 ->where($where)
-                ->with('uid,videolist')
+                ->with('user,videolist')
                 ->order($sort, $order)
                 ->limit($offset, $limit)
                 ->select();