diff options
author | Romain LE DISEZ <romain.git@ledisez.net> | 2009-07-23 18:08:57 +0200 |
---|---|---|
committer | Romain LE DISEZ <romain.git@ledisez.net> | 2009-07-23 18:08:57 +0200 |
commit | 386130114b3e3a9cf1617a1ea62407f569ee391c (patch) | |
tree | 4728e044dc755b79494101effd7fab4689d5289d /modules/comment/helpers/comment_theme.php | |
parent | 06fd89e8bcad2142f0b6158d5db7a91d2b6956d8 (diff) | |
parent | 5999ccb512d65ad9ae06a0a5542eb1123b44e9db (diff) |
Merge commit 'upstream/master'
Diffstat (limited to 'modules/comment/helpers/comment_theme.php')
-rw-r--r-- | modules/comment/helpers/comment_theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_theme.php b/modules/comment/helpers/comment_theme.php index 89b2f57c..b807e2cf 100644 --- a/modules/comment/helpers/comment_theme.php +++ b/modules/comment/helpers/comment_theme.php @@ -19,7 +19,7 @@ */ class comment_theme_Core { static function head($theme) { - $theme->script("modules/comment/js/comment.js"); + $theme->script("comment.js"); return ""; } |