projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
653bcd8
)
Fix function parameter
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 3 Dec 2009 20:56:30 +0000
(13:56 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 3 Dec 2009 20:56:30 +0000
(13:56 -0700)
framework/Url/lib/Horde/Url.php
patch
|
blob
|
history
diff --git
a/framework/Url/lib/Horde/Url.php
b/framework/Url/lib/Horde/Url.php
index
0c95f2a
..
d139340
100644
(file)
--- a/
framework/Url/lib/Horde/Url.php
+++ b/
framework/Url/lib/Horde/Url.php
@@
-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';