Skip to content

Commit 9d28b53

Browse files
author
Skrol29
committed
fix error message
1 parent 6ef7583 commit 9d28b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tbs_class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@ function meth_Locator_Replace(&$Txt,&$Loc,&$Value,$SubStart) {
19631963
$x= '';
19641964
}
19651965
} else {
1966-
if (!isset($Loc->PrmLst['noerr'])) $this->meth_Misc_Alert($Loc,'parameter script with value \''.$x.'\' cannot be called because the current TBS settings do not allow to call scripts.',true);
1966+
if (!isset($Loc->PrmLst['noerr'])) $this->meth_Misc_Alert($Loc,'parameter \'script\' is forbidden by default. It can be allowed by a TBS option.',true);
19671967
$x = '';
19681968
}
19691969
if ($x!=='') {

0 commit comments

Comments
 (0)