This module lacks a permission for "Administer PHPFreeChat Settings" so only the admin user UID=1 can actually administer the settings for the module.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | phpfreechat-467470-admin-access-1.patch | 517 bytes | gnat |
This module lacks a permission for "Administer PHPFreeChat Settings" so only the admin user UID=1 can actually administer the settings for the module.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | phpfreechat-467470-admin-access-1.patch | 517 bytes | gnat |
Comments
Comment #1
clarkburbidge commentedWow! That is good info to know. I've been floundering trying to find the settings...
Comment #2
gnat commentedThis is patch fixes this issue, by adding the correct permissions to hook_perm, where it was missing.
Comment #3
gnat commentedAlso, I should note, that if you need to fix this in your own install, open up the phpfreechat.module file in a text editor and change this:
to...
That is exactly what the patch supplied in #2 does.