projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfc2c06
)
Fix path to js
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 28 Jun 2009 17:34:12 +0000
(13:34 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 28 Jun 2009 17:34:12 +0000
(13:34 -0400)
kronolith/lib/Imple/Embed.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Imple/Embed.php
b/kronolith/lib/Imple/Embed.php
index
29939ab
..
599a2ee
100644
(file)
--- 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 */