From: Michael J. Rubinsky Date: Mon, 10 May 2010 17:04:02 +0000 (-0400) Subject: typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1b8cc787534e747abce5552c8ddbb32b25769fcb;p=horde.git typo --- 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; }