[FIXED] Typo.

This commit is contained in:
Roman Syroeshko 2014-12-04 22:12:16 +04:00
parent 455a4c4f29
commit f8ee230495
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class PhpWord
$styles = array('Paragraph', 'Font', 'Table', 'Numbering', 'Link', 'Title');
foreach ($styles as $style) {
$addStyle[] = strtolower("add{$style}style");
$addStyle[] = strtolower("add{$style}Style");
}
// Run get collection method