Ignore:
Timestamp:
Feb 13, 2010, 12:17:56 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] bug:1432 (Event Cats help always loaded after other admin help screens ) resolved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/main.inc.php

    r4612 r4885  
    9898function ec_popup_help_content($popup_help_content, $page) {
    9999  return (
    100    $help_content = (is_admin() and $page = 'help') ?
    101     load_language($page.'.html', EVNTCATS_PATH, array('return' => true)) : false
     100   $help_content = (is_admin() and $page == 'ec_help') ?
     101    load_language('help.html', EVNTCATS_PATH, array('return' => true)) : false
    102102  ) ? $popup_help_content.$help_content : $popup_help_content;
    103103}
Note: See TracChangeset for help on using the changeset viewer.