diff options
author | Christian Schneider | 2011-05-04 11:58:47 +0000 |
---|---|---|
committer | Christian Schneider | 2011-05-04 11:58:47 +0000 |
commit | 2e30aa1a87e98719bb570ad32f1eb5324dbe3d10 (patch) | |
tree | 51a71628a2ffd29b059395167cb44128c1069ad2 /it.class | |
parent | 97c017e698f75b25420dc8f9eadc13f41cabdd5e (diff) | |
download | itools-2e30aa1a87e98719bb570ad32f1eb5324dbe3d10.tar.gz itools-2e30aa1a87e98719bb570ad32f1eb5324dbe3d10.tar.bz2 itools-2e30aa1a87e98719bb570ad32f1eb5324dbe3d10.zip |
Fix typo instead of in error message
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -482,7 +482,7 @@ static function exec(/* $cmd, $values1 = array(), ... */) else { foreach ((array)$values[$key] as $value) - $parts[] = it::_exec_quotevalue($value, "cmd=$cmd key=$key val=$val"); + $parts[] = it::_exec_quotevalue($value, "cmd=$cmd key=$key val=$value"); } $replacements[$tag] = join(" ", $parts); |