Merge pull request #15781 from nextcloud/td/depremove/checkAppEnabled

Remove deprecated function checkAppEnabled
This commit is contained in:
Roeland Jago Douma 2019-05-29 08:36:53 +02:00 committed by GitHub
commit d7d28bc436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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