Skip to content

Commit

Permalink
Fix table check.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongilbert committed Dec 2, 2013
1 parent 1eb4755 commit 339b505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stats/Tables/StatsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function check()
{
foreach ($this->tableFields as $key => $value)
{
$this->tableFields[$key] = $this->db->escape($value);
$this->tableFields->{$key} = $this->db->escape($value);
}

return $this;
Expand Down

0 comments on commit 339b505

Please sign in to comment.