Changeset 9292

Show
Ignore:
Timestamp:
08/19/08 14:55:20 (4 months ago)
Author:
afz
Message:

don't change jaws config if user upgrade from 0.8.0 to 0.8.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.8/jaws/html/upgrade/stages/08To081.php

    r9291 r9292  
    8181        $GLOBALS['app']->Registry->commit('core'); 
    8282 
    83         if (!in_array('0.8.0', $_SESSION['upgrade']['stagedVersions'])) { 
     83        if ($_SESSION['upgrade']['versions_to_upgrade'] == 1) { 
    8484            $_SESSION['upgrade']['stage']++; 
    8585        }