Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-05-28 23:25:50 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-05-28 23:25:50 +0300
commit60894f4d3e5abafd892a95f294ea0f7dd27402e8 (patch)
tree0eb868c393fed4d06b72ee0242d380f11ec5f150 /lib/public/App.php
parentabeea8b0b96a21a1d1d214fb789c4fbccf98adc5 (diff)
Remove deprecated function checkAppEnabled
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public/App.php')
-rw-r--r--lib/public/App.php10
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