Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #182 from Hilarious001/patch-29
Browse files Browse the repository at this point in the history
Missing ()
  • Loading branch information
jkroepke committed May 20, 2016
2 parents c3d6fd9 + bbd9f4f commit 7611ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/class.statbuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ final public function MakeStats()
}
}

if !empty($FinalSQL) {
if (!empty($FinalSQL)) {
$FinalSQL = substr($FinalSQL, 0, -2).';';
$this->SaveDataIntoDB($FinalSQL);
unset($UserPoints);
Expand Down

0 comments on commit 7611ced

Please sign in to comment.