Changeset 8974


Ignore:
Timestamp:
Jan 29, 2011, 7:49:42 PM (13 years ago)
Author:
grum
Message:

release 3.0.0
fix bug on install/update process

Location:
extensions/AMenuManager
Files:
2 deleted
1 edited

Legend:

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

    r8970 r8974  
    3535
    3636  /*
    37     initialize events call for the plugin
    38   */
    39   public function initEvents()
    40   {
    41     parent::initEvents();
    42     add_event_handler('loc_end_page_header', array(&$this->css, 'applyCSS'));
    43   }
    44 
    45   /*
    4637    display administration page
    4738  */
     
    5849
    5950    $template->assign('plugin', $pluginInfo);
    60     $template->assign('GMAPS_BODY_PAGE', '<p class="warnings">'.sprintf(l10n('g002_gpc_not_up_to_date'),AMM_GPC_NEEDED, AMM_VERSION).'</p>');
     51    $template->assign('AMM_BODY_PAGE', '<p class="warnings">'.sprintf(l10n('g002_gpc_not_up_to_date'),AMM_GPC_NEEDED, GPC_VERSION).'</p>');
    6152    $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content');
    6253  }
Note: See TracChangeset for help on using the changeset viewer.