Closed (fixed)
Project:
Aberdeen
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Mar 2010 at 10:49 UTC
Updated:
9 Jun 2010 at 22:00 UTC
I use aberdeen on my site and I'm in the process of upgrading from D5 to D6. With D5, books have a "Add child page" link that includes the parent of the book as a parameter (node/add/book?parent=X). With D6, this is not the case on my site.
I found out that this is due to aberdeen's template.php calling l() according to the D5 API. However, the API in D6 has changed according to http://api.drupal.org/api/function/l: parameters 3 and higher now have to be passed as one array.
The attached patch does this and solves the bug for me.
| Comment | File | Size | Author |
|---|---|---|---|
| aberdeen-fix-l-call.patch | 799 bytes | tbm13 |
Comments
Comment #1
ishmael-sanchez commentedComment #2
ishmael-sanchez commentedComment #3
ishmael-sanchez commented