Remove deprecated function checkAppEnabled

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-05-28 22:25:50 +02:00
parent abeea8b0b9
commit 60894f4d3e
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 0 additions and 10 deletions

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