PHPTemplate is calling link_page() which has been removed from /includes/common.inc in HEAD.
Call to undefined function: link_page() in phptemplate.engine on line 363
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | else.patch | 586 bytes | tangent |
PHPTemplate is calling link_page() which has been removed from /includes/common.inc in HEAD.
Call to undefined function: link_page() in phptemplate.engine on line 363
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | else.patch | 586 bytes | tangent |
Comments
Comment #1
tangent commentedHere's another function which was removed.
Call to undefined function: link_node() in phptemplate.engine on line 240Comment #2
tangent commentedThis issue appears to have been resolved. However, there seems to be an unnecessary else block after the fix. The $ret variable is already an array so returning an array is an unnecessary step. Attaching a patch which removes the else.
Comment #3
TDobes commentedComment #4
tangent commented