summaryrefslogtreecommitdiff
path: root/modules/gallery/config/identity.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/config/identity.php')
-rw-r--r--modules/gallery/config/identity.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/config/identity.php b/modules/gallery/config/identity.php
index f2064127..72d1b589 100644
--- a/modules/gallery/config/identity.php
+++ b/modules/gallery/config/identity.php
@@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
/*
- * @package User
+ * @package Identity
*
* User settings, defined as arrays, or "groups". If no group name is
* used when loading the cache library, the group named "default" will be used.
@@ -32,5 +32,6 @@
*/
$config["default"] = array (
"driver" => "gallery",
+ "allow_updates" => false,
"params" => array(),
);