Your Name 3 years ago
parent
commit
cb520a7f62
1 changed files with 1 additions and 1 deletions
  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'));
 }