Closed (fixed)
Project:
Flag
Version:
6.x-1.1
Component:
Flag core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2009 at 23:04 UTC
Updated:
6 Oct 2009 at 07:30 UTC
Jump to comment: Most recent file
Installed module and when I visit: site.com/flag
I get this:
* warning: Missing argument 1 for flag_page() in /home/user/site.com/sites/all/modules/flag/flag.module on line 837.
* warning: Missing argument 2 for flag_page() in /home/user/site.com/sites/all/modules/flag/flag.module on line 837.
* warning: Missing argument 3 for flag_page() in /home/user/site.com/sites/all/modules/flag/flag.module on line 837.
And of course I get this below it:
Bad token. You seem to have followed an invalid link.
You are not authorized to access this page.
But I believe that's what it's suppose to do. Just thought I point this out.
Cheers.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | flag_page_errors.patch | 629 bytes | quicksketch |
Comments
Comment #1
quicksketchEven though you shouldn't ever be visiting that URL directly, it's an easy fix. Corrected with this patch.
Comment #2
00110000 commentedThx :)