Closed (won't fix)
Project:
Buddylist
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2007 at 18:58 UTC
Updated:
30 Jan 2013 at 21:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
gnat commentedYour patch was giving me an error of a call to an undefined function for
buddylist_confirm_form();I grabbed that function from the Drupal 5 version of the module, and it now works as expected. Here's the updated patch.
Comment #2
gnat commentedThere was a bug in my last patch that was giving a nasty error when you tried to deny a buddy request.
Fatal error: Unsupported operand types in /site_dir/new/includes/form.inc on line 88There were two things causing this. One was a call to "drupal_get_form" in the menu callback for the deny function, this had been addressed in the patch for accept already, so I used the same method:
The other reason was a form id for the confirmation form:
This patch reflects those changes.
Comment #3
simon georges commentedThis version of Buddylist is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.