summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/Notifications.php
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-06-20 12:08:23 +0200
committerBjoern Schiessle <bjoern@schiessle.org>2016-06-20 14:20:48 +0200
commit9eaccaf2b1b3545a610f1b57e20a7ca0082d0943 (patch)
treee9f2b645a549504c6d26d875c97e9b8caa9bac36 /apps/federatedfilesharing/lib/Notifications.php
parent99833ecffad341d5878942cd35a1b7b5c4e6496e (diff)
downloadnextcloud-server-9eaccaf2b1b3545a610f1b57e20a7ca0082d0943.tar.gz
nextcloud-server-9eaccaf2b1b3545a610f1b57e20a7ca0082d0943.zip
s/ownCloud/Nextcloud
Diffstat (limited to 'apps/federatedfilesharing/lib/Notifications.php')
-rw-r--r--apps/federatedfilesharing/lib/Notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php
index 18212b82c3e..b2e665ed5fd 100644
--- a/apps/federatedfilesharing/lib/Notifications.php
+++ b/apps/federatedfilesharing/lib/Notifications.php
@@ -295,7 +295,7 @@ class Notifications {
} catch (\Exception $e) {
// if flat re-sharing is not supported by the remote server
// we re-throw the exception and fall back to the old behaviour.
- // (flat re-shares has been introduced in ownCloud 9.1)
+ // (flat re-shares has been introduced in Nextcloud 9.1)
if ($e->getCode() === Http::STATUS_INTERNAL_SERVER_ERROR) {
throw $e;
}