diff options
Diffstat (limited to 'modules/gallery/config/identity.php')
-rw-r--r-- | modules/gallery/config/identity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/config/identity.php b/modules/gallery/config/identity.php index 72d1b589..0479d08b 100644 --- a/modules/gallery/config/identity.php +++ b/modules/gallery/config/identity.php @@ -32,6 +32,6 @@ */ $config["default"] = array ( "driver" => "gallery", - "allow_updates" => false, + "allow_updates" => true, "params" => array(), ); |