1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Fix for 'no changes made' message.

This commit is contained in:
Cameron
2016-11-01 12:12:00 -07:00
parent dc6754d0e8
commit c911ded19b
3 changed files with 14 additions and 9 deletions

View File

@@ -1421,6 +1421,7 @@ class pluginManager{
$lan = "A newer version of [x] is available for download.";
e107::getMessage()->addInfo($tp->lanVars($lan,$link));
e107::getMessage()->addDebug("Local version: ".$plug['plugin_version']." Remote version: ".$versions[$folder]['version']);
}
}