Ignore:
Timestamp:
Apr 20, 2014, 9:21:38 AM (10 years ago)
Author:
ddtddt
Message:

[extensions] - meta

File:
1 edited

Legend:

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

    r24394 r28236  
    139139        {
    140140        global $conf;
    141           if (isset($page['section']) and $page['section'] == 'contact')
     141        if (isset($page['section']) and $page['section'] == 'contact' and isset($conf['contactmeta']) and strpos($conf['contactmeta'], ',') !== false)
    142142                {
    143143$metacontact = explode(',', $conf['contactmeta']);
Note: See TracChangeset for help on using the changeset viewer.