zero cache pages and a few fixes
This commit is contained in:
parent
e88270b949
commit
dc0cf40f9e
4 changed files with 6 additions and 19 deletions
|
|
@ -39,12 +39,6 @@ my $macros = $conf->get("macros");
|
|||
delete $macros->{"\\"};
|
||||
$macros->{"\\\\"} = "Backslash_pageUrl";
|
||||
$conf->set("macros"=>$macros);
|
||||
my $wobjects = $conf->get("wobjects");
|
||||
my @newWobjects = qw(SOAPClient);
|
||||
foreach (@{$wobjects}) {
|
||||
push(@newWobjects, $_);
|
||||
}
|
||||
$conf->set("wobjects"=>\@newWobjects);
|
||||
$conf->set("searchAndReplace"=>undef);
|
||||
$conf->write;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue