mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 05:16:06 +03:00
Fix default style for Fill Pattern
This commit is contained in:
parent
a27e053354
commit
e6ded71172
@ -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…
Reference in New Issue
Block a user