Merge pull request #15781 from nextcloud/td/depremove/checkAppEnabled
Remove deprecated function checkAppEnabled
This commit is contained in:
commit
d7d28bc436
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue