[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. 139a1a2458120b18c452c0af74a86aa8f1df07d4

Stefan Hornburg racke at rt.icdevgroup.org
Sun May 3 10:55:53 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  139a1a2458120b18c452c0af74a86aa8f1df07d4 (commit)
      from  59ac822fcc8787e56825f5edcc43c37d88aeb40a (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 139a1a2458120b18c452c0af74a86aa8f1df07d4
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Sun May 3 12:55:41 2009 +0200

    fix syntax error

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

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 385559f..911d614 100644
--- a/plugins/content/code/form_content_edit_save.sub
+++ b/plugins/content/code/form_content_edit_save.sub
@@ -23,7 +23,7 @@ sub {
 
 		@edit_perms = 'edit_content';
 
-		if ($content->{uid} == $Session->{username}) {
+		if ($content{uid} == $Session->{username}) {
 			push (@edit_perms, 'create_own_content');
 		}
 


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list