From 1b8cc787534e747abce5552c8ddbb32b25769fcb Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 10 May 2010 13:04:02 -0400 Subject: [PATCH] typo --- ansel/lib/Ansel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansel/lib/Ansel.php b/ansel/lib/Ansel.php index 9290c1b31..e73cd7c49 100644 --- 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_Ulr('rss.php'), $full, $append_session); + $url = Horde::applicationUrl(new Horde_Url('rss.php'), $full, $append_session); $url->add(array('stream_type' => 'user', 'id' => $data['owner'])); return $url; } -- 2.11.0