mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Remove some deprecated methods calls
This commit is contained in:
@@ -73,11 +73,11 @@ class Session_Logger
|
||||
$stmt = $this->databox->get_connection()->prepare($sql);
|
||||
|
||||
$params = [
|
||||
':log_id' => $this->get_id()
|
||||
, ':record_id' => $record->get_record_id()
|
||||
, ':action' => $action
|
||||
, ':final' => $final
|
||||
, ':comm' => $comment
|
||||
':log_id' => $this->get_id(),
|
||||
':record_id' => $record->getRecordId(),
|
||||
':action' => $action,
|
||||
':final' => $final,
|
||||
':comm' => $comment,
|
||||
];
|
||||
|
||||
$stmt->execute($params);
|
||||
|
Reference in New Issue
Block a user