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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'environment')
-rw-r--r--environment/environment.php6
-rw-r--r--environment/environmentexception.php4
-rw-r--r--environment/notfoundenvexception.php4
3 files changed, 7 insertions, 7 deletions
diff --git a/environment/environment.php b/environment/environment.php
index 91a3c191..a2f0c9e3 100644
--- a/environment/environment.php
+++ b/environment/environment.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - galleryplus
+ * ownCloud - gallery
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -12,7 +12,7 @@
* @copyright Authors of \OCA\Files_Sharing\Helper 2014-2015
*/
-namespace OCA\GalleryPlus\Environment;
+namespace OCA\Gallery\Environment;
use OCP\IServerContainer;
use OCP\IUserManager;
@@ -28,7 +28,7 @@ use OCP\Files\NotFoundException;
*
* @todo remove the serverContainer once OCP\IUserManager has a getUserFolder() method
*
- * @package OCA\GalleryPlus\Environment
+ * @package OCA\Gallery\Environment
*/
class Environment {
diff --git a/environment/environmentexception.php b/environment/environmentexception.php
index 0f585101..da5fa568 100644
--- a/environment/environmentexception.php
+++ b/environment/environmentexception.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - galleryplus
+ * ownCloud - gallery
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -10,7 +10,7 @@
* @copyright Olivier Paroz 2015
*/
-namespace OCA\GalleryPlus\Environment;
+namespace OCA\Gallery\Environment;
use Exception;
diff --git a/environment/notfoundenvexception.php b/environment/notfoundenvexception.php
index ed9c23c0..6504a11e 100644
--- a/environment/notfoundenvexception.php
+++ b/environment/notfoundenvexception.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - galleryplus
+ * ownCloud - gallery
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@@ -10,7 +10,7 @@
* @copyright Olivier Paroz 2015
*/
-namespace OCA\GalleryPlus\Environment;
+namespace OCA\Gallery\Environment;
/**
* Thrown when the service cannot reply to a request