Bugfix: Work item 16266 - PHPExcel_Style::applyFromArray() returns null rather than style object in advanced mode

git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@83539 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
Mark Baker
2011-12-02 13:59:57 +00:00
parent 207f6f5818
commit 969c409ba1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -414,7 +414,7 @@ class PHPExcel_Style implements PHPExcel_IComparable
$this->getActiveSheet()->getStyle($range)->applyFromArray($regionStyles, false);
}
}
return;
return $this;
}
// SIMPLE MODE: