diff --git a/libraries/Error.class.php b/libraries/Error.class.php index a9b6fca90..31d6e1225 100644 --- a/libraries/Error.class.php +++ b/libraries/Error.class.php @@ -303,7 +303,7 @@ class PMA_Error extends PMA_Message echo "
\n"; foreach ($step['args'] as $arg) { echo "\t"; - $this->displayArg($arg); + $this->displayArg($arg, $step['function']); echo ',' . "
\n"; } } elseif (count($step['args']) > 0) {