Skip to content

Commit

Permalink
Homepage|Fixed: Default object from empty value warning (ContentInfo)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 15, 2012
1 parent 27b2bda commit 77bcefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/classes/contentcache.class.php
Expand Up @@ -27,7 +27,7 @@

class ContentInfo
{
public $modifiedTime; // Unix timestamp.
public $modifiedTime = NULL; // Unix timestamp.
}

class ContentCache
Expand Down

0 comments on commit 77bcefe

Please sign in to comment.