Closed (fixed)
Project:
ProfilePlus
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
28 Jul 2007 at 01:21 UTC
Updated:
14 Sep 2007 at 11:41 UTC
saw this in profileplus.install:
if (module_exists('profile') == FALSE) {
module_enable(array('profile'));
drupal_set_message('Profile module has been activated.');
}
I was under the impression you are meant to use a dependencies item in profileplus.info
Comments
Comment #1
davemybes commentedYou're right. I didn't even think of doing that for some reason...guess I thought I'd be clever and activate the profile module myself :) I'll change it in the next release, which should be soon hopefully.
Comment #2
davemybes commentedComment #3
(not verified) commented