diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 7370320b4..374056c42 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -311,7 +311,7 @@ sub checkExportPath { if(defined $session{config}{exportPath}) { if(-d $session{config}{exportPath}) { unless (-w $session{config}{exportPath}) { - $error .= 'Error: The export path '.$session{config}{exportPath}.' is not writable.
+ $error .= 'Error: The export path '.$session{config}{exportPath}.' is not writable.
Make sure that the webserver has permissions to write to that directory'; } } else { @@ -1618,7 +1618,7 @@ sub getToolbar { WebGUI::Style::setLink($session{config}{extrasURL}.'/contextMenu/contextMenu.css', {rel=>"stylesheet",type=>"text/css"}); WebGUI::Style::setScript($session{config}{extrasURL}.'/contextMenu/contextMenu.js', {type=>"text/javascript"}); my $i18n = WebGUI::International->new("Asset"); - return '