From 1c1b726d077dc4db27b8af526384e74b9ae50e4f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 13 Oct 2009 19:56:02 -0700 Subject: Change the user config setting "allow_updates" to true in the identity config file and correct a missing variable in the view. --- modules/gallery/config/identity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery/config') 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(), ); -- cgit v1.2.3