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

fix bug:2799

Location:
extensions/AMenuManager
Files:
3 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
  • extensions/AMenuManager/amm_version.inc.php

    r16753 r19359  
    1515  if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    1616
    17   define('AMM_VERSION',  '3.2.3');
    18   define('AMM_VERSION2', '03.02.03');
     17  define('AMM_VERSION',  '3.2.4');
     18  define('AMM_VERSION2', '03.02.04');
    1919  define('AMM_GPC_NEEDED', '3.5.2');
    2020?>
  • extensions/AMenuManager/main.inc.php

    r16753 r19359  
    22/*
    33Plugin Name: Advanced Menu Manager
    4 Version: 3.2.2
     4Version: 3.2.4
    55Description: Gestion avancée du menu / Advanced management of menu
    66Plugin URI: http://piwigo.org
     
    225225|         |            |   . hu_HU language file is not correct
    226226|         |            |
     227| 3.2.4   | 2012/12/09 | * mantis: bug 2799
     228|         |            |   . Undefined index 'installed'
    227229|         |            |
    228230|         |            |
Note: See TracChangeset for help on using the changeset viewer.