Fixed missing }
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@88964 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
9785cbea82
commit
e321a1666d
|
@ -336,7 +336,7 @@ class PHPExcel_Chart_DataSeries
|
|||
}
|
||||
|
||||
public function refresh(PHPExcel_Worksheet $worksheet) {
|
||||
foreach($this->_plotValues as $plotValues)
|
||||
foreach($this->_plotValues as $plotValues) {
|
||||
$plotValues->refresh($worksheet);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue