songxingwei преди 2 години
родител
ревизия
b140eb9c2a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/data/controller/user/Admin.php

+ 1 - 1
app/data/controller/user/Admin.php

@@ -63,7 +63,7 @@ class Admin extends Controller
      */
     protected function _page_filter(array &$data)
     {
-        dump($data);
+        dump($data);die;
         $this->upgrades = BaseUserUpgrade::items();
         UserAdminService::buildByUid($data, 'pid1', 'from');
     }