Needs review
Project:
Brilliant Gallery
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2009 at 22:44 UTC
Updated:
19 Jun 2009 at 17:08 UTC
In the brilliant_gallery.module file there is this:
function brilliant_gallery_perms() {
header("HTTP/1.1 301 Moved Permanently");
header("Location: /?q=admin/user/permissions#module-brilliant_gallery");
exit();
}
But that doesn't work. The path needs a base_path() in it. It should be:
function brilliant_gallery_perms() {
header("HTTP/1.1 301 Moved Permanently");
header("Location: ".base_path()."?q=admin/user/permissions#module-brilliant_gallery");
exit();
}
Comments
Comment #1
drpchris commentedWell, not going to create a patch for this one line change...
Comment #2
Tremmmm commentedI have the same problem, and you are **** !!
It is your mistake, you must correct it!