diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-07-29 15:56:30 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-07-29 15:56:30 +0200 |
commit | 28970563a219189c35dea38bf5c71ac404f84754 (patch) | |
tree | 2e1c769981508df3804ed9781b0c10c765ce3798 /lib/private/IntegrityCheck | |
parent | 6f1c2ed50b036e5f910be48ed84e6e2a9a8e4a89 (diff) | |
download | nextcloud-server-28970563a219189c35dea38bf5c71ac404f84754.tar.gz nextcloud-server-28970563a219189c35dea38bf5c71ac404f84754.zip |
Remove some mentions of ownCloud from our api documentation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'lib/private/IntegrityCheck')
-rw-r--r-- | lib/private/IntegrityCheck/Helpers/AppLocator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/IntegrityCheck/Helpers/AppLocator.php b/lib/private/IntegrityCheck/Helpers/AppLocator.php index a789a55ccf0..9980fbdf497 100644 --- a/lib/private/IntegrityCheck/Helpers/AppLocator.php +++ b/lib/private/IntegrityCheck/Helpers/AppLocator.php @@ -29,7 +29,7 @@ namespace OC\IntegrityCheck\Helpers; /** * Class AppLocator provides a non-static helper for OC_App::getPath($appId) * it is not possible to use IAppManager at this point as IAppManager has a - * dependency on a running ownCloud. + * dependency on a running Nextcloud. * * @package OC\IntegrityCheck\Helpers */ |