projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d2750
)
Revert "Fix function parameter"
author
Chuck Hagenbuch
<chuck@horde.org>
Fri, 4 Dec 2009 03:55:21 +0000
(22:55 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Fri, 4 Dec 2009 03:55:21 +0000
(22:55 -0500)
This reverts commit
b452cf3f12da5df65488f3d8e0b56b8ad39254ca
.
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
d139340
..
0c95f2a
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($attributes = array())
+ public function link(
array
$attributes = array())
{
$url = (string)$this;
$link = '<a';