Fixed missing {

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

View File

@ -117,7 +117,7 @@ class PHPExcel_Chart_PlotArea
}
public function refresh(PHPExcel_Worksheet $worksheet) {
foreach($this->_plotSeries as $plotSeries)
foreach($this->_plotSeries as $plotSeries) {
$plotSeries->refresh($worksheet);
}
}