mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-03 13:23:37 +03:00
Fix default style for Fill Pattern
This commit is contained in:
parent
a27e053354
commit
e6ded71172
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ class PHPExcel_Reader_Excel5_Style_FillPattern
|
|||
if (isset(self::$map[$index])) {
|
||||
return self::$map[$index];
|
||||
}
|
||||
return self::FILL_NONE;
|
||||
return PHPExcel_Style_Fill::FILL_NONE;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue