[wellwell-devel] [wellwell] Correct error message on missing ACL settings.

Stefan Hornburg wellwell-devel at rt.icdevgroup.org
Fri Jul 2 08:10:56 UTC 2010


commit 1cb714de64931c7bad948caa797b616440d73bbd
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Fri Jul 2 10:10:16 2010 +0200

    Correct error message on missing ACL settings.

 lib/WellWell/ACL.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/WellWell/ACL.pm b/lib/WellWell/ACL.pm
index 137ab20..1968c0c 100644
--- a/lib/WellWell/ACL.pm
+++ b/lib/WellWell/ACL.pm
@@ -37,7 +37,7 @@ sub acl {
 	return 1 unless $permission;
 
 	unless ($acl_config = $Vend::Cfg->{ACL}) {
-		die errmsg("ACL configuration missing in [acl tag].");
+		die ::errmsg("ACL configuration missing in [acl] tag."), "\n";
 	}
 	
 	# match UID on request



More information about the wellwell-devel mailing list