1 imforumman Feb 20, 2005 17:12
3 andrew Mar 07, 2005 18:29
I'm discovering the same problem. How do you fix that bug? I couldn't find the code
isset($calendar)
What file is it located in? I'm just toying with the default a_noskin.php right now, and I get the parsing error.
Fatal error: Call to a member function on a non-object in /home/lastir/public_html/reality/skins/_calendar.php on line 67
I'm using 0.9.0.10
4 imforumman Mar 07, 2005 18:33
this is all happening in skins/_calendar.php.
Greetings!
5 andrew Mar 07, 2005 18:36
Thanks! I just fixed it. I knew it had to be somewhere obvious. Guess it was so obvious I didn't even think to look there. Silly me. :oops:
Yes, this is an old bug and I thought it was fixed with the 0.9.0.x branch, but you're right - it isn't.
I'll check this into CVS so it will make it into any upcoming security fix release for 0.9.0.
With the next major release it's already fixed anyway..
the problem is that with
it should be $Calendar (uppercase).