Skip to content

Commit 19cf7a7

Browse files
authored
Update ExternalCssHelper.php
1 parent f3e124e commit 19cf7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/ExternalCssHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static function prepareFile($arrFiles, $arrOptions) {
9393

9494
$embedFile = str_replace('.css', '_embed.css', $filePath);
9595

96-
if(!is_file($embedFile)) {
96+
if(!is_readable($embedFile)) {
9797

9898
$arrParsed = array();
9999
$strCss = file_get_contents($filePath);

0 commit comments

Comments
 (0)