Ignore:
Timestamp:
Mar 3, 2013, 6:06:25 PM (11 years ago)
Author:
Eric
Message:

Next version is 2.5.1 :
Bug fixed : Installation from scratch did not work

Location:
extensions/Comments_Access_Manager
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Comments_Access_Manager/changelog.txt

    r21117 r21118  
    9191              Update zh_CN, thanks to : winson and dennisyan
    9292              Add pt_BR, thanks to : flaviove
     93
     94      2.5.1 - Bug fixed : Installation from scratch did not work
  • extensions/Comments_Access_Manager/maintain.inc.php

    r21117 r21118  
    5454 
    5555  include_once (CM_PATH.'include/upgradedb.inc.php');
     56 
     57  $conf_CM = unserialize($conf['CommentsManager']);
    5658
    5759  // Database upgrade process
    58   if (isset($conf['CommentsManager']))
     60  if (isset($conf_CM[0]))
    5961  {
    6062    $conf_CM = unserialize($conf['CommentsManager']);
     
    7779      upgradeCM_240_250();
    7880    }
     81    // Preset for future upgrades
     82//  if (isset($conf_CM['CMVersion']))
     83//  {
     84
     85//  }
    7986  }
    8087 
Note: See TracChangeset for help on using the changeset viewer.