From 271e26d42befd1590ba1a371bab8acfd5b8f38d8 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Wed, 24 Feb 2016 16:38:04 -0500 Subject: [PATCH] Removed errant "V" in database error message. --- classes/glmPluginSupport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/glmPluginSupport.php b/classes/glmPluginSupport.php index b138c205..34a01d6c 100644 --- a/classes/glmPluginSupport.php +++ b/classes/glmPluginSupport.php @@ -208,7 +208,7 @@ class GlmPluginSupport // Check if the database version set for this plug-in is invalid - not in the dbVersions array if (!isset($a['database']['dbVersions'][$dbVersion])) { - $startupNotices .= "

The last database version set for the ".$a['name']." (V$dbVersion) isn't valid.

"; + $startupNotices .= "

The last database version set for the ".$a['name']." ($dbVersion) isn't valid.

"; $db_error = true; } else { -- 2.17.1