Fix variable name

This commit is contained in:
Michal Čihař 2013-08-06 13:51:30 +02:00 committed by Dieter Adriaenssens
parent 988b1142ac
commit 100416c25a

View File

@ -4979,7 +4979,7 @@ class PMA_DisplayResults
$message->addMessage('(');
if (!$message_view_warning) {
$message_total = PMA_Message::notice($precount . __('%d total'));
$message_total = PMA_Message::notice($pre_count . __('%d total'));
$message_total->addParam($total);
if (!empty($after_count)) {