Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 3 Dec 2009 18:55:44 +0000 (11:55 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 3 Dec 2009 18:55:44 +0000 (11:55 -0700)
framework/Util/lib/Horde/Util.php

index 2291ad6..29e0d95 100644 (file)
@@ -257,7 +257,7 @@ class Horde_Util
         $horde_url = new Horde_Url($url);
 
         if ($url instanceof Horde_Url) {
-            return $url->remove($parameter);
+            return $url->remove($remove);
         }
 
         return $horde_url->remove($remove);