Ignore:
Timestamp:
Dec 9, 2012, 1:09:44 PM (11 years ago)
Author:
grum
Message:

fix bug:2799

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/amm_root.class.inc.php

    r18972 r19359  
    364364      while($row=pwg_db_fetch_assoc($result))
    365365      {
    366         $row['content'] = trigger_event('get_extended_desc', $row['content']);
    367366        $returned[]=$row;
    368367      }
     
    683682    global $template, $prefixeTable, $conf;
    684683
    685 
    686     if($conf['amm_config']['installed']!=AMM_VERSION2)
     684    $config=array();
     685    GPCCore::loadConfig('amm', $config);
     686
     687    if($config['installed']!=AMM_VERSION2)
    687688    {
    688689      /* the plugin was updated without being deactivated
Note: See TracChangeset for help on using the changeset viewer.