Closed (fixed)
Project:
Commerce Recommender
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 May 2012 at 15:57 UTC
Updated:
8 Jun 2012 at 10:01 UTC
From my reading of hook_install and hook_disable, installing this module, then disabling it, then re-enabling it, will leave it broken, as recommender_app_register() won't be called.
Comments
Comment #1
dwkitchen commentedThanks,
Your right - unless you uninstalled it wouldn't get registered. The is also the case in the History Recommender module (where I based this off) so will pass it on the there as well.
I will move the app_register in to a hook_enable
Comment #2
dwkitchen commented