Преглед изворни кода

解除正在进行的活动屏蔽

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();