Fix blocco configurazione iniziale
This commit is contained in:
parent
5ff00548fa
commit
a86d79d28e
|
@ -72,7 +72,7 @@ class DefaultHandler implements HandlerInterface
|
|||
{
|
||||
// Generazione del codice HTML
|
||||
return '
|
||||
<input |attr| autocomplete='.setting('Autocompletamento form').'>';
|
||||
<input |attr| autocomplete="'.(database()->isInstalled() ? setting('Autocompletamento form') : 0).'">';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue