mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix blocco configurazione iniziale
This commit is contained in:
@@ -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).'">';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user