Fix class name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 16 Jan 2009 22:14:24 +0000 (17:14 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 16 Jan 2009 22:14:24 +0000 (17:14 -0500)
framework/Browser/lib/Horde/Browser.php

index b1cb7e6..b636632 100644 (file)
@@ -1027,7 +1027,7 @@ class Horde_Browser
             $name = _("file");
         }
 
-        if (!($uploadSize = Browser::allowFileUploads())) {
+        if (!($uploadSize = Horde_Browser::allowFileUploads())) {
             return PEAR::raiseError(_("File uploads not supported."));
         }