On line 133 in og_ldap.module function flog_it is being used, this module ( File logger ) is not assigned in array depenencies[] in og_ldap.info

I would use watchdog instead.

Like this:
watchdog('og_ldap', 'Added new OG group from LDAP, groupname: @groupname', array('@groupname' => $group), WATCHDOG_NOTICE);

CommentFileSizeAuthor
#1 missingdependencies-1225580-0.patch622 bytesfredlund

Comments

fredlund’s picture

StatusFileSize
new622 bytes
fredlund’s picture

Status: Patch (to be ported) » Needs review
jzornig’s picture

Patch tested and works for me.

fredlund’s picture

what hapend to this?