Fix blocco configurazione iniziale

This commit is contained in:
Dasc3er 2021-04-26 11:42:31 +02:00
parent 5ff00548fa
commit a86d79d28e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class DefaultHandler implements HandlerInterface
{ {
// Generazione del codice HTML // Generazione del codice HTML
return ' return '
<input |attr| autocomplete='.setting('Autocompletamento form').'>'; <input |attr| autocomplete="'.(database()->isInstalled() ? setting('Autocompletamento form') : 0).'">';
} }
/** /**