You are here

function ldap_feeds_enable in Lightweight Directory Access Protocol (LDAP) 7

Same name and namespace in other branches
  1. 8.2 ldap_feeds/ldap_feeds.module \ldap_feeds_enable()
  2. 7.2 ldap_feeds/ldap_feeds.module \ldap_feeds_enable()

Implements hook_enable().

Clear Feed's plugin cache so that this plugin shows up.

File

ldap_feeds/ldap_feeds.module, line 56

Code

function ldap_feeds_enable() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
}