Fix function parameter
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 3 Dec 2009 20:56:30 +0000 (13:56 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 3 Dec 2009 20:56:30 +0000 (13:56 -0700)
framework/Url/lib/Horde/Url.php

index 0c95f2a..d139340 100644 (file)
@@ -196,7 +196,7 @@ class Horde_Url
      *
      * @return string  An <a> tag representing this URL.
      */
-    public function link(array $attributes = array())
+    public function link($attributes = array())
     {
         $url = (string)$this;
         $link = '<a';