From: Michael J. Rubinsky Date: Sun, 28 Jun 2009 17:34:12 +0000 (-0400) Subject: Fix path to js X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=38bb1557d070b1a2ddf0888a805dbe42ba739b8c;p=horde.git Fix path to js --- diff --git a/kronolith/lib/Imple/Embed.php b/kronolith/lib/Imple/Embed.php index 29939abe3..599a2eedc 100644 --- a/kronolith/lib/Imple/Embed.php +++ b/kronolith/lib/Imple/Embed.php @@ -74,7 +74,7 @@ class Kronolith_Imple_Embed extends Kronolith_Imple { /* Some needed paths */ // @TODO: Is this going to be merged to FW_3? If so, need to keep this // in Kronolith's js path - otherwise we can change it to Horde's - $js_path = $registry->get('jsuri', 'kronolith'); + $js_path = $registry->get('jsuri', 'horde'); $pturl = Horde::url($js_path . '/prototype.js', true); /* Local js */