PEAR.php can be autoloaded
authorChuck Hagenbuch <chuck@horde.org>
Fri, 16 Jan 2009 22:16:58 +0000 (17:16 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 16 Jan 2009 22:16:58 +0000 (17:16 -0500)
framework/Browser/lib/Horde/Browser.php

index 9896702..fcecb38 100644 (file)
@@ -1007,8 +1007,6 @@ class Horde_Browser
      */
     public function wasFileUploaded($field, $name = null)
     {
-        require_once 'PEAR.php';
-
         if (is_null($name)) {
             $name = _("file");
         }