diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-13 19:56:02 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-13 19:56:02 -0700 |
commit | 1c1b726d077dc4db27b8af526384e74b9ae50e4f (patch) | |
tree | 090086791f048ae616a02674886f9f7c7145c229 /modules/gallery/config | |
parent | 468b715a4dba01a93dbff637f6500d7d31638e64 (diff) |
Change the user config setting "allow_updates" to true in the identity config file and correct a missing variable in the view.
Diffstat (limited to 'modules/gallery/config')
-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(), ); |