summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-08-11 16:15:13 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2010-08-11 16:15:13 -0600
commit3a3fb8eabaec1b4eb5ba86a124028916931a2011 (patch)
tree1e994ca47de2bb5dcb07b44af67e7fc576fd7268 /usr/local/www/wizard.php
parente34f19ec25e50104c09f262bcda2e5346b675f36 (diff)
downloadpfsense-3a3fb8eabaec1b4eb5ba86a124028916931a2011.zip
pfsense-3a3fb8eabaec1b4eb5ba86a124028916931a2011.tar.gz
Fix printf/sprintf mixups.
Diffstat (limited to 'usr/local/www/wizard.php')
-rwxr-xr-xusr/local/www/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizard.php b/usr/local/www/wizard.php
index 0f2c319..66ea9ea 100755
--- a/usr/local/www/wizard.php
+++ b/usr/local/www/wizard.php
@@ -74,7 +74,7 @@ if(empty($xml)) {
}
if (!is_array($pkg)) {
- print_info_box_np(printf(gettext("ERROR: Could not parse %s/wizards/%s file."),$g['www_path'],$xml));
+ print_info_box_np(sprintf(gettext("ERROR: Could not parse %s/wizards/%s file."),$g['www_path'],$xml));
die;
}
OpenPOWER on IntegriCloud