From 0c33e2819c31dcb9a57d93bd3aae989a00616c8c Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 4 Apr 2012 13:46:41 +0200 Subject: [PATCH] Disable watermark for creation creator --- lib/classes/collection.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/classes/collection.class.php b/lib/classes/collection.class.php index f18ce67e5d..025ac19761 100644 --- a/lib/classes/collection.class.php +++ b/lib/classes/collection.class.php @@ -560,6 +560,7 @@ class collection implements cache_cacheableInterface $rights = array( "canputinalbum" => "1", "candwnldhd" => "1", + "nowatermark" => "1", "candwnldpreview" => "1", "cancmd" => "1", "canadmin" => "1",