diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-05-29 08:36:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 08:36:53 +0200 |
commit | d7d28bc436b491f979695345a4cff0be6d821c24 (patch) | |
tree | f9cad7f8911e064bbf0c5d69cff771c931cd454b /lib | |
parent | 866282f13f4237a29d560737b0f839a9f111723e (diff) | |
parent | 60894f4d3e5abafd892a95f294ea0f7dd27402e8 (diff) | |
download | nextcloud-server-d7d28bc436b491f979695345a4cff0be6d821c24.tar.gz nextcloud-server-d7d28bc436b491f979695345a4cff0be6d821c24.zip |
Merge pull request #15781 from nextcloud/td/depremove/checkAppEnabled
Remove deprecated function checkAppEnabled
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/App.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/public/App.php b/lib/public/App.php index 29805df6ace..c731a5085f7 100644 --- a/lib/public/App.php +++ b/lib/public/App.php @@ -95,16 +95,6 @@ class 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 * @return string |