Fixed missing {

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88965 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker 2012-04-07 23:15:41 +00:00
parent e321a1666d
commit 2917b44fe3
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ class PHPExcel_Chart_DataSeriesValues
}
public function refresh(PHPExcel_Worksheet $worksheet) {
if ($this->_dataSource !== NULL)
if ($this->_dataSource !== NULL) {
$calcEngine = PHPExcel_Calculation::getInstance();
$this->_dataValues = PHPExcel_Calculation::_unwrapResult(
$calcEngine->_calculateFormulaValue(