Macros process on one pass.
This commit is contained in:
parent
8e4c8a9fd8
commit
0ebac2be41
22 changed files with 24 additions and 51 deletions
|
|
@ -139,7 +139,6 @@ sub www_view {
|
|||
|
||||
$output = $_[0]->displayTitle;
|
||||
$output .= $_[0]->description;
|
||||
$output = $_[0]->processMacros($output);
|
||||
|
||||
if(not(-w $_[0]->get("cookiebox") && -r $_[0]->get("cookiebox"))) {
|
||||
return "<b>Error while opening cookie directory ".$_[0]->get("cookiebox")."</b><p><i>$!</i>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue