Skip to content

Commit

Permalink
Merge branch 'master' of github.com:piwik/piwik
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed May 9, 2014
2 parents 3ba1bdc + 00e6361 commit eb9b78e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/DataTable/Row.php
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,8 @@ protected function sumRowArray($thisColumnValue, $columnToSumValue)
} else if ($columnToSumValue === false) {
return $thisColumnValue;
} else {
throw new Exception("Trying to add two strings values in DataTable\Row::sumRowArray: "
. "'$thisColumnValue' + '$columnToSumValue'");
throw new Exception("Trying to add two strings in DataTable\Row::sumRowArray: "
. "'$thisColumnValue' + '$columnToSumValue'" . " for row " . $this->__toString());
}
}

Expand Down

0 comments on commit eb9b78e

Please sign in to comment.