projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17cd3a7
)
typo
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 10 May 2010 17:04:02 +0000
(13:04 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 10 May 2010 17:04:02 +0000
(13:04 -0400)
ansel/lib/Ansel.php
patch
|
blob
|
history
diff --git
a/ansel/lib/Ansel.php
b/ansel/lib/Ansel.php
index
9290c1b
..
e73cd7c
100644
(file)
--- a/
ansel/lib/Ansel.php
+++ b/
ansel/lib/Ansel.php
@@
-363,7
+363,7
@@
class Ansel
$url = new Horde_Url('user/' . urlencode($data['owner']) . '/rss');
return Horde::applicationUrl($url, $full, $append_session);
} else {
- $url = Horde::applicationUrl(new Horde_U
lr
('rss.php'), $full, $append_session);
+ $url = Horde::applicationUrl(new Horde_U
rl
('rss.php'), $full, $append_session);
$url->add(array('stream_type' => 'user', 'id' => $data['owner']));
return $url;
}