Changeset 6207 for extensions/autoupdate


Ignore:
Timestamp:
May 17, 2010, 6:27:16 PM (14 years ago)
Author:
patdenice
Message:

Display only success message after minor upgrade.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/trunk/include/functions.inc.php

    r6196 r6207  
    389389          {
    390390            array_push($page['infos'], sprintf(l10n('autoupdate_success'), $upgrade_to));
    391             $template->assign('CHECK_VERSION', true);
    392             $step = 0;
     391            $step = -1;
    393392          }
    394393          else
Note: See TracChangeset for help on using the changeset viewer.