- Fix a small typo that broke auth on the portal when notifications are enabled

This commit is contained in:
Sandro Cazzaniga 2012-08-22 09:48:02 +00:00
parent e778b9842f
commit fc63c4035e

View File

@ -91,7 +91,7 @@ sub getNotification {
my $style_file = (
-e $portal->{notificationXSLTfile}
? $portal->{notificationXSLTfile}
: $portal->getApacheHtdocsPath() . "skins/common/notification.xsl"
: $portal->getApacheHtdocsPath() . "/skins/common/notification.xsl"
);
my $style_doc = $parser->parse_file($style_file);
my $stylesheet = $xslt->parse_stylesheet($style_doc);