[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. 53238359b93f8efe8fdafd75051f016d55fb49a8

Stefan Hornburg racke at rt.icdevgroup.org
Mon May 25 08:14:26 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  53238359b93f8efe8fdafd75051f016d55fb49a8 (commit)
      from  46c9268e4938ac6d5f083ee0fb9267fa8ab9ea06 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 53238359b93f8efe8fdafd75051f016d55fb49a8
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Mon May 25 10:14:04 2009 +0200

    fix parameters passed to [acl]

-----------------------------------------------------------------------

Summary of changes and diff:
 plugins/content/code/form_content_edit_save.sub |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/content/code/form_content_edit_save.sub b/plugins/content/code/form_content_edit_save.sub
index 911d614..d24e928 100644
--- a/plugins/content/code/form_content_edit_save.sub
+++ b/plugins/content/code/form_content_edit_save.sub
@@ -27,7 +27,7 @@ sub {
 			push (@edit_perms, 'create_own_content');
 		}
 
-		unless ($Tag->acl('check', @edit_perms)) {
+		unless ($Tag->acl('check', \@edit_perms)) {
 			$Tag->error({name => 'content', 
 				set => 'No permission to edit content'});
 			return {page => 'content/recent'};


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list