Fixed missing }

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

View File

@ -336,7 +336,7 @@ class PHPExcel_Chart_DataSeries
} }
public function refresh(PHPExcel_Worksheet $worksheet) { public function refresh(PHPExcel_Worksheet $worksheet) {
foreach($this->_plotValues as $plotValues) foreach($this->_plotValues as $plotValues) {
$plotValues->refresh($worksheet); $plotValues->refresh($worksheet);
} }
} }