changeset 103:23a59da90fc7

Make static function static.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Mon, 07 Mar 2016 17:06:42 +0100
parents 41c128ba0c2c
children a5c37e845d7c
files FileCacheSet.inc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);