projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b140ba
)
Removed errant "V" in database error message.
author
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 24 Feb 2016 21:38:04 +0000
(16:38 -0500)
committer
Chuck Scott
<cscott@gaslightmedia.com>
Wed, 24 Feb 2016 21:38:04 +0000
(16:38 -0500)
classes/glmPluginSupport.php
patch
|
blob
|
history
diff --git
a/classes/glmPluginSupport.php
b/classes/glmPluginSupport.php
index
b138c20
..
34a01d6
100644
(file)
--- 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 .= "<p>The last database version set for the ".$a['name']." (
V
$dbVersion) isn't valid.<p>";
+ $startupNotices .= "<p>The last database version set for the ".$a['name']." ($dbVersion) isn't valid.<p>";
$db_error = true;
} else {