Skip to content

Commit 23c08d8

Browse files
committed
Fix typo
1 parent cfcfa52 commit 23c08d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/UserProfile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public function save()
328328
is_null($this->github_username) ? PDO::PARAM_NULL : PDO::PARAM_STR
329329
));
330330

331-
$stmt->bindParam(':instagram', $this->instagram_username, (
331+
$stmt->bindParam(':ig', $this->instagram_username, (
332332
is_null($this->instagram_username) ? PDO::PARAM_NULL : PDO::PARAM_STR
333333
));
334334

0 commit comments

Comments
 (0)