mark static function as such
authorChuck Hagenbuch <chuck@horde.org>
Fri, 16 Jan 2009 22:14:15 +0000 (17:14 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 16 Jan 2009 22:16:34 +0000 (17:16 -0500)
framework/Browser/lib/Horde/Browser.php

index 1924294..5f75f9b 100644 (file)
@@ -967,7 +967,7 @@ class Horde_Browser
      *                  upload in bytes.  Returns 0 if uploads are not
      *                  allowed.
      */
-    public function allowFileUploads()
+    public static function allowFileUploads()
     {
         if (ini_get('file_uploads')) {
             if (($dir = ini_get('upload_tmp_dir')) &&