mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-26 15:54:17 +01:00
Fix minori
This commit is contained in:
parent
715b715248
commit
24c316594f
@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
include_once __DIR__.'/../../core.php';
|
||||
use Models\Module;
|
||||
|
||||
echo '
|
||||
<form action="" method="post" role="form">
|
||||
|
@ -21,6 +21,7 @@ include_once __DIR__.'/../../core.php';
|
||||
use Models\Plugin;
|
||||
|
||||
if (isset($id_record)) {
|
||||
$record = $dbo->fetchOne('SELECT * FROM an_referenti WHERE id='.prepare($id_record));
|
||||
$record = $dbo->fetchOne('SELECT * FROM `an_referenti` WHERE `id`='.prepare($id_record));
|
||||
}
|
||||
|
||||
$id_plugin_sedi = (new Plugin())->getByField('name', 'Sedi');
|
||||
|
Loading…
Reference in New Issue
Block a user