We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcfa52 commit 23c08d8Copy full SHA for 23c08d8
src/libraries/UserProfile.php
@@ -328,7 +328,7 @@ public function save()
328
is_null($this->github_username) ? PDO::PARAM_NULL : PDO::PARAM_STR
329
));
330
331
- $stmt->bindParam(':instagram', $this->instagram_username, (
+ $stmt->bindParam(':ig', $this->instagram_username, (
332
is_null($this->instagram_username) ? PDO::PARAM_NULL : PDO::PARAM_STR
333
334
0 commit comments