Merge pull request #6929 from nextcloud/deprecate-private-method
Deprecate OC_App:isEnabled
This commit is contained in:
commit
f8e4d0d564
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue