Changeset 32202


Ignore:
Timestamp:
May 15, 2020, 4:08:52 PM (4 years ago)
Author:
ddtddt
Message:

[PersoFooter]

File:
1 edited

Legend:

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

    r32179 r32202  
    4747function pft(){
    4848global $page, $pwg_loaded_plugins;
    49   if ((script_basename() != 'admin') and ($page['body_id'] != 'thePopuphelpPage')){
     49  if ((script_basename() != 'admin') and (isset($page['body_id']) and ($page['body_id'] != 'thePopuphelpPage'))){
    5050        global $template, $conf;
    5151        if (isset($pwg_loaded_plugins['ExtendedDescription'])){add_event_handler('AP_render_content', 'get_user_language_desc');}
Note: See TracChangeset for help on using the changeset viewer.