mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
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
|
// Generazione del codice HTML
|
||||||
return '
|
return '
|
||||||
<input |attr| autocomplete='.setting('Autocompletamento form').'>';
|
<input |attr| autocomplete="'.(database()->isInstalled() ? setting('Autocompletamento form') : 0).'">';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user