Ignore:
Timestamp:
Oct 16, 2012, 10:40:32 AM (12 years ago)
Author:
mistic100
Message:

little fix in upgrade procedure when in test period (version not known)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/skeleton/include/install.inc.php

    r18408 r18650  
    3131  else
    3232  {
    33     // if you need to test "old" configuration you must check is not yet unserialized
     33    // if you need to test the "old" configuration you must check if not yet unserialized
    3434    $old_conf = is_string($conf['skeleton']) ? unserialize($conf['skeleton']) : $conf['skeleton'];
    3535  }
Note: See TracChangeset for help on using the changeset viewer.