Closed (fixed)
Project:
Book made simple
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Mar 2011 at 06:12 UTC
Updated:
2 Jan 2013 at 15:15 UTC
Jump to comment: Most recent file
Right now destinations look like this in the D7 branch: ?query[destination]=
I think there are too many arrays in
drupal_goto("admin/content/book/" . $node->book['bid'], array('query' => array('query' => array("destination" => "node/" . $node->nid))));
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | book_made_simple-destination-1084718.patch | 717 bytes | scottrigby |
Comments
Comment #1
scottrigbyhi Marc,
how about this?
Comment #2
MarcElbichon commentedComment #3
MarcElbichon commented