Skip to content

Commit

Permalink
Fix for addparser error in auth_changepassword
Browse files Browse the repository at this point in the history
  • Loading branch information
micke2k committed Mar 23, 2016
1 parent d0343f6 commit 9cf968a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth_changepassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery.js' language='javascript'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery-ui.js' language='javascript'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery.cookie.js' language='javascript'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery.tablesorter.js' language='javascript'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/js/jquery.hotkeys.js'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/layout.js'></script>\n";
print "\t<script type='text/javascript' src='" . $config['url_path'] . "include/themes/" . get_selected_theme() . "/main.js'></script>\n";
Expand Down

0 comments on commit 9cf968a

Please sign in to comment.