missing parameter in function call (bug #1811316 Error handler produces error)

This commit is contained in:
Sebastian Mendel
2007-10-11 06:25:45 +00:00
parent e0af00d990
commit a75b4e1051

View File

@@ -303,7 +303,7 @@ class PMA_Error extends PMA_Message
echo "<br />\n";
foreach ($step['args'] as $arg) {
echo "\t";
$this->displayArg($arg);
$this->displayArg($arg, $step['function']);
echo ',' . "<br />\n";
}
} elseif (count($step['args']) > 0) {