Closed (fixed)
Project:
Chat Catcher
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Apr 2009 at 09:42 UTC
Updated:
3 May 2009 at 23:22 UTC
When trying to install Chat Catcher, I got an error message saying that the chatcatcher.install could not find the function _create_chatcatcher_secret()
Adding this line as first line of function chatcatcher_install() (in chatcatcher.install) fixed it:
include_once('chatcatcher.module');
Unfortunately, I'm not able to make a patch.
Comments
Comment #1
Tommy Sundstrom commentedComment #2
jeckman commentedThanks Tommy - incorporated in the latest release