diff options
author | Urban Müller | 2022-04-20 17:06:04 +0200 |
---|---|---|
committer | Urban Müller | 2022-04-20 17:06:04 +0200 |
commit | 5e48322d05ec2dfa970b69fef49167f8e18b8077 (patch) | |
tree | 05188b7c2f8807574100d2fc1e16dcbcea687da6 /it.class | |
parent | 4ee2d3db26d1e84988a86ba72d7377130ed0efbe (diff) | |
download | itools-5e48322d05ec2dfa970b69fef49167f8e18b8077.tar.gz itools-5e48322d05ec2dfa970b69fef49167f8e18b8077.tar.bz2 itools-5e48322d05ec2dfa970b69fef49167f8e18b8077.zip |
backwards compatibility
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ static function error($p = array(), $extra = null) else $url = $_SERVER['SCRIPT_NAME'] . " " . implode(" ", array_slice($GLOBALS['argv'], 1)) . " (pwd " . $_SERVER['PWD'] . ")"; - $authors = it::replace('\*' => "", join(", ", it::grep('\*', (array)@it::cat($GLOBALS['ULTRAHOME'] . "/.diffnotice")->lines, ['invert' => true]))); + $authors = it::replace(['\*' => ""], join(", ", it::grep('\*', (array)@it::cat($GLOBALS['ULTRAHOME'] . "/.diffnotice")->lines, ['invert' => true]))); if (!$p['to']) unset($p['to']); # allow defaults to kick in $p += array( |