From: Roeland Jago Douma Date: Tue, 28 May 2019 20:25:50 +0000 (+0200) Subject: Remove deprecated function checkAppEnabled X-Git-Tag: v17.0.0beta1~347^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F15781%2Fhead;p=nextcloud-server.git Remove deprecated function checkAppEnabled Signed-off-by: Roeland Jago Douma --- diff --git a/lib/public/App.php b/lib/public/App.php index 29805df6ace..c731a5085f7 100644 --- a/lib/public/App.php +++ b/lib/public/App.php @@ -94,16 +94,6 @@ class App { return \OC::$server->getAppManager()->isEnabledForUser( $app ); } - /** - * Check if the app is enabled, redirects to home if not - * @param string $app - * @return void - * @since 4.0.0 - * @deprecated 9.0.0 ownCloud core will handle disabled apps and redirects to valid URLs - */ - public static function checkAppEnabled( $app ) { - } - /** * Get the last version of the app from appinfo/info.xml * @param string $app