install/includes/stages/sysreqs.php
changeset 1310 41ac3758ba79
parent 1227 bdac73ed481e
child 1379 5cbd678df965
--- a/install/includes/stages/sysreqs.php	Thu Oct 28 03:32:57 2010 -0400
+++ b/install/includes/stages/sysreqs.php	Mon Nov 15 16:58:05 2010 -0500
@@ -127,7 +127,7 @@
 // FS test: ImageMagick
 $req_imagick = which('convert');
 if ( !$req_imagick )
-	$warnings[] = $lang->get('sysreqs_req_help_imagemagick');
+	$warnings[] = $lang->get('sysreqs_req_help_imagemagick', array('path' => get_system_path()));
 
 $crypto_backend = install_get_crypto_backend();