Reviewed & tested by the community
Project:
Chatroom
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2011 at 21:45 UTC
Updated:
27 Sep 2011 at 20:59 UTC
Jump to comment: Most recent
Comments
Comment #1
carlhinton commentedWould it not be better to get the code to work out that it does not sit in sites/all/modules/chatroom
should do the trick
Comment #2
dcaillibaud commented+1
And in this way, drupal_get_path ('module', 'chatroom') should be much better than $conf['chatroom_module_dir'] so that this configuration variable should be useless.
Comment #3
socialnicheguru commentedi just tried it and using drupal_get_path works.
was there a need for the variable? is chatroom called before drupal_get_path is defined?
Comment #4
Anonymous (not verified) commentedi like the original patch.
not sure i follow the other suggestions - can one of you elaborate?