mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-25 13:28:33 +01:00
Fix minore
This commit is contained in:
parent
1c6b6f4d1e
commit
193ea73045
@ -136,7 +136,7 @@ if (file_exists($extraction_dir.'/VERSION')) {
|
||||
$installed = Prints::getPrints()[$info['name']];
|
||||
$insert['id_module'] = Module::where('name', $info['module'])->first()->id;
|
||||
$insert['is_record'] = $info['is_record'];
|
||||
$insert_lang['filename'] = $info['filename'];
|
||||
$insert['filename'] = $info['filename'];
|
||||
$insert['icon'] = $info['icon'];
|
||||
}
|
||||
|
||||
@ -181,7 +181,7 @@ if (file_exists($extraction_dir.'/VERSION')) {
|
||||
'id_module' => $insert['id_module'],
|
||||
'is_record' => $insert['is_record'],
|
||||
'icon' => $insert['icon'],
|
||||
'filename' => $insert_lang['filename'],
|
||||
'filename' => $insert['filename'],
|
||||
'order' => 100,
|
||||
'default' => 0,
|
||||
'enabled' => 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user