Skip to content
Snippets Groups Projects
Unverified Commit d7d28bc4 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

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

Remove deprecated function checkAppEnabled
parents 866282f1 60894f4d
No related branches found
No related tags found
No related merge requests found
...@@ -94,16 +94,6 @@ class App { ...@@ -94,16 +94,6 @@ class App {
return \OC::$server->getAppManager()->isEnabledForUser( $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 * Get the last version of the app from appinfo/info.xml
* @param string $app * @param string $app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment