When installing notifications module:
Fatal error: Cannot redeclare hook_node_type_update() (previously declared in ...\location\contrib\location_addanother\location_addanother.module:104) in
...\modules\notifications\notifications_content\notifications_content.module on line 668
Hook name appears to be wrong. Should be: "notifications_content_node_type_update"
Comments
Comment #1
webflo commentedGood catch. Thanks. Commit 5df2d54 on 7.x-1.x.
But there should be a wrong function name in location_addanother too. Because its declared twice. Right?
Comment #2
zeezhao commentedOk, thanks. Yes will also post issue on location queue. Focussed on notifications first...