Skip to content

Commit

Permalink
Fix wrong path /user/user.js check
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashaerter committed Feb 9, 2014
1 parent 5873deb commit e6c738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.php
Expand Up @@ -177,7 +177,7 @@ function _mnmlblog_renderBoxes($arr)
}

//load userdefined js?
if (tpl_getConf("mnmlblog_loaduserjs") && file_exists(DOKU_TPL."user/user.js")){
if (tpl_getConf("mnmlblog_loaduserjs") && file_exists(DOKU_TPLINC."user/user.js")){
echo "<script type=\"text/javascript\" charset=\"utf-8\" src=\"".DOKU_TPL."user/user.js\"></script>\n";
}
?>
Expand Down

0 comments on commit e6c738c

Please sign in to comment.