Kallisti
26-03-05, 09:17 PM
Hi!
The code
<input type="submit" name="login" value="<?php echo $AppUI->_('login');?>" class="button" />
in login.php gives
You have chosen to log in using an unsupported or disabled login method 'Logga in'
where 'Logga in' is the localised string in Swedish. When I removed the AppUI from <?php echo $AppUI->_('login');?> it works again.
reported in Mantis as bug 0000679
/Kallisti
The code
<input type="submit" name="login" value="<?php echo $AppUI->_('login');?>" class="button" />
in login.php gives
You have chosen to log in using an unsupported or disabled login method 'Logga in'
where 'Logga in' is the localised string in Swedish. When I removed the AppUI from <?php echo $AppUI->_('login');?> it works again.
reported in Mantis as bug 0000679
/Kallisti