Fix trean redirect script - Horde::externalUrl() doesn't return a Horde_Url object.
authorChuck Hagenbuch <chuck@horde.org>
Mon, 11 Oct 2010 13:53:33 +0000 (09:53 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 11 Oct 2010 13:53:33 +0000 (09:53 -0400)
trean/redirect.php

index 89a1de9..179df76 100644 (file)
@@ -27,4 +27,4 @@ if (is_a($bookmark, 'PEAR_Error')) {
 ++$bookmark->clicks;
 $bookmark->save();
 
-Horde::externalUrl($bookmark->url)->redirect();
+header('Location: ' . Horde::externalUrl($bookmark->url));