From eac7b0195bf6716c42a9923d0b51e4b37ebaa0ec Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 4 Jan 2021 13:49:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E4=BB=A3=E7=A2=BC=E9=87=8D?= =?UTF-8?q?=E6=A7=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/controller/ActivityController.class.php | 2 +- webapp/controller/AdditemController.class.php | 2 +- webapp/controller/BagController.class.php | 2 +- webapp/controller/EquipController.class.php | 2 +- webapp/controller/FesActivityController.class.php | 2 +- webapp/controller/FriendController.class.php | 2 +- webapp/controller/GMController.class.php | 2 +- webapp/controller/GameOverController.class.php | 2 +- webapp/controller/HangController.class.php | 2 +- webapp/controller/OpsController.class.php | 2 +- webapp/controller/PassController.class.php | 2 +- webapp/controller/PayActivityController.class.php | 2 +- webapp/controller/PayController.class.php | 2 +- webapp/controller/PayNotifyController.class.php | 2 +- webapp/controller/QuestController.class.php | 2 +- webapp/controller/RankController.class.php | 2 +- webapp/controller/RoleController.class.php | 2 +- webapp/controller/ServerSwitchController.class.php | 2 +- webapp/controller/ShareController.class.php | 2 +- webapp/controller/ShopController.class.php | 2 +- webapp/controller/SignController.class.php | 2 +- webapp/controller/TeamController.class.php | 2 +- webapp/controller/TempController.class.php | 2 +- webapp/controller/UnitTestController.class.php | 4 ++-- webapp/controller/VoiceController.class.php | 2 +- 25 files changed, 26 insertions(+), 26 deletions(-) diff --git a/webapp/controller/ActivityController.class.php b/webapp/controller/ActivityController.class.php index 405e6d5..510830e 100644 --- a/webapp/controller/ActivityController.class.php +++ b/webapp/controller/ActivityController.class.php @@ -5,7 +5,7 @@ require 'classes/AddReward.php'; require_once 'metatable/drop.php'; require_once 'metatable/draw.php'; -class ActivityController{ +class ActivityController extends BaseAuthedController { protected function getMysql($account_id) { diff --git a/webapp/controller/AdditemController.class.php b/webapp/controller/AdditemController.class.php index 2a66e62..60daf68 100644 --- a/webapp/controller/AdditemController.class.php +++ b/webapp/controller/AdditemController.class.php @@ -1,6 +1,6 @@