From: all Date: Fri, 29 Mar 2013 16:05:20 +0000 (+0100) Subject: Replace call to vsprintf to sprintf because of arguments format X-Git-Tag: 1.7.6~150^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=44c9dc8118e000e59776ec7c945e43b8c1a4e287;p=tt-rss.git Replace call to vsprintf to sprintf because of arguments format --- diff --git a/db-updater.php b/db-updater.php index d1212d0d..27261106 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 "