Skip to content

Commit

Permalink
login path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trystan Lea committed Jun 15, 2017
1 parent 272495e commit 45df1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/user/login_block.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="well">
<img src="<?php echo $path; ?>Theme/<?php echo $theme; ?>/emoncms_logo.png" alt="Emoncms" width="256" height="46" />
<div class="login-container">
<form id="login-form" method="post" action="/">
<form id="login-form" method="post" action="<?php echo $path; ?>">
<div id="loginblock">
<div class="form-group register-item" style="display:none">
<label><?php echo _('Email'); ?>
Expand Down

0 comments on commit 45df1e0

Please sign in to comment.