소스 검색

解除正在进行的活动屏蔽

stanley-king 8 년 전
부모
커밋
f4b6eac9d5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      mobile/control/activity.php
  2. 1 1
      mobile/control/control.php

+ 1 - 1
mobile/control/activity.php

@@ -315,7 +315,7 @@ class activityControl extends mobileControl
 
     public function actingOp()
     {
-        $actings = array();//activity_helper::acting();
+        $actings = activity_helper::acting();
         $formater = new act_formater($actings);
         $result = $formater->format_acting();
 

+ 1 - 1
mobile/control/control.php

@@ -43,7 +43,7 @@ class mobileControl
 
         $page = $this->cur_page;
         Log::record("curpage = {$page}",Log::DEBUG);
-        
+
         initpage($this->page_size, $this->cur_page);
 
         $this->check_app_type();