typo
authorMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 10 May 2010 17:04:02 +0000 (13:04 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 10 May 2010 17:04:02 +0000 (13:04 -0400)
ansel/lib/Ansel.php

index 9290c1b..e73cd7c 100644 (file)
@@ -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;
             }