Mercurial > SimpleWebPresenter
diff FileCacheSet.inc @ 103:23a59da90fc7
Make static function static.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Mon, 07 Mar 2016 17:06:42 +0100 |
| parents | d98e315308cd |
| children | adf7b11921f4 |
line wrap: on
line diff
--- a/FileCacheSet.inc Mon Mar 07 17:04:44 2016 +0100 +++ b/FileCacheSet.inc Mon Mar 07 17:06:42 2016 +0100 @@ -129,7 +129,7 @@ * * @return a CacheTimeCheck object */ - function instance($filename = False) + public static function instance($filename = False) { if (! self::$myInstance) self::$myInstance = new self($filename);
