]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove deprecated function checkAppEnabled 15781/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 28 May 2019 20:25:50 +0000 (22:25 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 28 May 2019 20:25:50 +0000 (22:25 +0200)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/public/App.php

index 29805df6ace10b185dfcaca51fb427c78e860e47..c731a5085f716cde7a0e6188d45878a7174fb835 100644 (file)
@@ -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