Skip to content

Commit

Permalink
installer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Praesidiarius committed Jan 23, 2020
1 parent ad1189f commit d1b63e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class Module
/**
* Module Version
*
* @since 1.0.1
* @since 1.0.2
*/
const VERSION = '1.0.1';
const VERSION = '1.0.2';

/**
* Load module config file
Expand Down
2 changes: 1 addition & 1 deletion view/one-place/user/user/login.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<form class="plc-login-form" action="" method="POST">
<img src="https://schwitzers.1plc.ch/img/logo.png" style="max-height:80px; max-width:100%;"/>
<img src="/img/logo.png" style="max-height:120px; max-width:100%;"/>
<br/>
<hr/>
<?php if(isset($sErrorMessage)) { ?>
Expand Down

0 comments on commit d1b63e0

Please sign in to comment.