From b2a9ea08a3f27eb5f218dd54cd1d1c58582e4f3e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 6 Mar 2018 17:56:44 +0100 Subject: [PATCH] Remove unused and outdated hook Signed-off-by: Morris Jobke --- lib/private/App/AppManager.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/private/App/AppManager.php b/lib/private/App/AppManager.php index f46ec2a584..81f1369cb5 100644 --- a/lib/private/App/AppManager.php +++ b/lib/private/App/AppManager.php @@ -294,9 +294,6 @@ class AppManager implements IAppManager { \OC_App::executeRepairSteps($appId, $appData['repair-steps']['uninstall']); } - // emit disable hook - needed anymore ? - \OC_Hook::emit('OC_App', 'pre_disable', array('app' => $appId)); - $this->dispatcher->dispatch(ManagerEvent::EVENT_APP_DISABLE, new ManagerEvent( ManagerEvent::EVENT_APP_DISABLE, $appId ));