|
|
 Thomas Salisbury | 2010-10-13 15:33:33 |
Fatal error: Call to a member function Add() on a non-object in C:\wamp\www\gamecrafter\includes\class\class.date.php on line 508
Trying to access UTC this is the error returned |
| |
2. Re: Error in class |
|
Reply |
|
|
 Thomas Salisbury | 2010-10-13 16:28:11 - In reply to message 1 from Thomas Salisbury |
In UTC function changed this line:
$dt = date($this);
to this:
$dt = new DateClass($this->TimeStamp()); |
|