Merge pull request #6929 from nextcloud/deprecate-private-method

Deprecate OC_App:isEnabled
This commit is contained in:
Björn Schießle 2017-10-24 15:56:54 +02:00 committed by GitHub
commit f8e4d0d564
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ class OC_App {
*
* @param string $app app
* @return bool
* @deprecated 13.0.0 use \OC::$server->getAppManager()->isEnabledForUser($appId)
*
* This function checks whether or not an app is enabled.
*/