From 38bb1557d070b1a2ddf0888a805dbe42ba739b8c Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 28 Jun 2009 13:34:12 -0400 Subject: [PATCH] Fix path to js --- kronolith/lib/Imple/Embed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.0