Closed (fixed)
Project:
Deco
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2008 at 21:45 UTC
Updated:
26 Feb 2012 at 17:10 UTC
I was getting an error along the lines of "recoverable fatal error: Object of class stdClass could not be converted to string" indicating that line 2 of page.tpl.php was the culprit.
Sure enough, $language is listed in the header.
It should be $language -> $language. I changed it and it works great. (I don't know how to submit a patch!)
Comments
Comment #1
scoutbaker commentedCheck out the information on patching.
Comment #2
c31ck commentedUnable to reproduce in 6.x-1.1. In page.tpl.php $language->language is used correctly.