Skip to content

Commit e64724e

Browse files
committed
Fix typo
1 parent 0bfa91a commit e64724e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Server.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ public function save() {
369369
is_null( $this->updated_datetime ) ? PDO::PARAM_NULL : PDO::PARAM_STR
370370
));
371371

372-
$stmt->bindParam( ':user_dt', $this->user_id, (
372+
$stmt->bindParam( ':user_id', $this->user_id, (
373373
is_null( $this->user_id ) ? PDO::PARAM_NULL : PDO::PARAM_INT
374374
));
375375

0 commit comments

Comments
 (0)