System.php
authorAlan Knowles <alan@roojs.com>
Mon, 4 May 2015 06:12:47 +0000 (14:12 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 4 May 2015 06:12:47 +0000 (14:12 +0800)
System.php

index dc0b213..4c63870 100644 (file)
@@ -387,7 +387,7 @@ class System
      * @static
      * @access  public
      */
-    function mktemp($args = null)
+    static function mktemp($args = null)
     {
         static $first_time = true;
         $opts = System::_parseArgs($args, 't:d');