summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-install.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/functions/pts-functions-install.php')
-rw-r--r--pts-core/functions/pts-functions-install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions-install.php b/pts-core/functions/pts-functions-install.php
index ba36399..19ba3c1 100644
--- a/pts-core/functions/pts-functions-install.php
+++ b/pts-core/functions/pts-functions-install.php
@@ -53,7 +53,7 @@ function pts_start_install($to_install)
if(pts_read_assignment("COMMAND") != "benchmark")
{
- echo pts_string_header("\nNot recognized: " . $TO_INSTALL . "\n");
+ echo pts_string_header("\nNot recognized: " . $to_install[0] . "\n");
}
return false;
}