--- a/plugins/admin/Home.php Thu Jul 01 18:25:04 2010 -0400
+++ b/plugins/admin/Home.php Thu Jul 01 20:24:19 2010 -0400
@@ -50,6 +50,16 @@
echo '</div>';
}
+ // Upgrade success
+ if ( getConfig('newly_upgraded') )
+ {
+ setConfig('newly_upgraded', false);
+ echo '<div class="acphome-box notice">'
+ . '<h3>' . $lang->get('acphome_msg_upgrade_success_title') . '</h3>'
+ . '<p>' . $lang->get('acphome_msg_upgrade_success_body') . '</p>'
+ . '</div>';
+ }
+
// Check for the installer scripts
if( file_exists(ENANO_ROOT.'/install/install.php') && !defined('ENANO_DEMO_MODE') )
{