2 blueyed Feb 23, 2005 04:39

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
this is all happening in skins/_calendar.php.
Greetings!
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).