Ignore:
Timestamp:
Dec 25, 2010, 9:21:40 PM (13 years ago)
Author:
rub
Message:

Fix initialization of new social plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/FacebookPlug/Plugin/include/header.inc.php

    r8298 r8302  
    5858
    5959
    60 if ($conf['fbp']['social_plugin_like_button']['enabled'] or $conf['fbp']['social_plugin_like_box']['enabled'])
     60if (
     61      $conf['fbp']['social_plugin_like_button']['enabled']
     62      or
     63      $conf['fbp']['social_plugin_facepile']['enabled']
     64      or
     65      $conf['fbp']['social_plugin_comments']['enabled']
     66      or
     67      $conf['fbp']['social_plugin_like_box']['enabled']
     68    )
    6169{
    6270  add_event_handler('init', 'fbp_init');
Note: See TracChangeset for help on using the changeset viewer.