OSDN Git Service

CHANGE:スキン変数<%newestcompare%>をpageheadからsystemoverviewへ移動
[nucleus-jp/nucleus-next.git] / nucleus / libs / AdminActions.php
index f09c6c6..4977d78 100644 (file)
@@ -3564,6 +3564,10 @@ class AdminActions extends BaseActions
                        echo '<br /><a style="color:red" href="http://nucleuscms.org/upgrade.php" title="' . _ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TITLE . '">';
                        echo _ADMIN_SYSTEMOVERVIEW_LATESTVERSION_TEXT . $newestVersion . '</a>';
                }
+               else
+               {
+                       echo _ADMIN_SYSTEMOVERVIEW_VERSION_LATEST;
+               }
                return;
        }