From 44c9dc8118e000e59776ec7c945e43b8c1a4e287 Mon Sep 17 00:00:00 2001 From: all Date: Fri, 29 Mar 2013 17:05:20 +0100 Subject: Replace call to vsprintf to sprintf because of arguments format --- db-updater.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-updater.php') diff --git a/db-updater.php b/db-updater.php index d1212d0d6..272611063 100644 --- a/db-updater.php +++ b/db-updater.php @@ -157,7 +157,7 @@ function confirmOP() { } } - print "

".vsprintf(ngettext("Finished. Performed %d update up to schema version %d.", + print "

".sprintf(ngettext("Finished. Performed %d update up to schema version %d.", "Finished. Performed %d updates up to schema version %d.", $num_updates), $num_updates, $version)."

"; print "
-- cgit v1.2.3