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

davemybes’s picture

You'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.

davemybes’s picture

Assigned: Unassigned » davemybes
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)