Your Name 3 년 전
부모
커밋
cb520a7f62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/act/database/discount.php

+ 1 - 1
app/act/database/discount.php

@@ -9,7 +9,7 @@ $cate = function()
     $where['project_id'] = 1;
     return Dever::db('category/info')->getTop($where);
 };
-$list_button = false;
+$list_button = array();
 if(Dever::load('manage/auth')->checkFunc('act.discount', 'shopset', '商品设置')){
     $list_button['location'] = array('商品设置', Dever::url('lib/goods_set.home', 'act'));
 }