mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-23 22:08:40 +00:00
Fix pid installation
This commit is contained in:
parent
f78f9280b9
commit
77adf9d3c4
|
|
@ -103,7 +103,7 @@ class Installer extends InstallerAbstract
|
|||
);
|
||||
|
||||
$sth->bindValue(':id', $data['id'] ?? 0, \PDO::PARAM_INT);
|
||||
$sth->bindValue(':pid', sha1(str_replace('/', '', $data['pid'] ?? ''), \PDO::PARAM_STR);
|
||||
$sth->bindValue(':pid', sha1(str_replace('/', '', $data['pid'] ?? '')), \PDO::PARAM_STR);
|
||||
$sth->bindValue(':name', $data['name'] ?? '', \PDO::PARAM_STR);
|
||||
$sth->bindValue(':type', $data['type'] ?? 1, \PDO::PARAM_INT);
|
||||
$sth->bindValue(':subtype', $data['subtype'] ?? 2, \PDO::PARAM_INT);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user