Author: spadkins
Date: Fri Jun 16 11:57:44 2006
New Revision: 6514

Modified:
   p5ee/trunk/App-Widget/lib/App/Widget.pm

Log:
Syntax error fixed

Modified: p5ee/trunk/App-Widget/lib/App/Widget.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/Widget.pm     (original)
+++ p5ee/trunk/App-Widget/lib/App/Widget.pm     Fri Jun 16 11:57:44 2006
@@ -461,7 +461,7 @@
             $self->{theme} = $theme if ($theme);
         }
         my $theme_domain = $context->value_domain("theme.$theme",
-            class => "App::ValueDomain::Repository,
+            class => "App::ValueDomain::Repository",
             repository => "default",
             table => "value_domain",
             params => { name => "theme.$theme" },

Reply via email to