Closed (fixed)
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2011 at 16:54 UTC
Updated:
1 Aug 2011 at 15:51 UTC
On deleting an app, the confirm form does not work correctly, as the parameters for redirecting needed updating to match D7's drupal_goto signature, and the app info was not pulled in correctly to the form. The attached patch fixes these problems :-)
| Comment | File | Size | Author |
|---|---|---|---|
| fb-app-deletion-errors.patch | 819 bytes | james.williams |
Comments
Comment #1
geerlingguy commentedClosed #1095874: Removing app returns nasty error in favor of this issue, as it contains a patch. Patch looks good from a quick visual inspection, but I didn't test it.
Comment #2
beatnikdude commentedWhen trying to remove a FB application @ Home » Administration » Structure » Drupal for Facebook via Edit & Delete, the application is not removed and I receive the error:
Recoverable fatal error: Argument 2 passed to drupal_goto() must be an array, string given in drupal_goto()...I have applied and tested this patch on 7.x-3.x-dev, it is simple and fixes the above error.
-Thanks
Comment #3
Dave Cohen commentedThanks! Checked in.