Skip to content

Commit

Permalink
Apply csfix
Browse files Browse the repository at this point in the history
  • Loading branch information
n0str committed May 7, 2019
1 parent 02041a5 commit 330ee3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EditorJS/BlockHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private function getDefaultPurifier()
$sanitizer->set('AutoFormat.RemoveEmpty', true);
$sanitizer->set('HTML.DefinitionID', 'html5-definitions');

$cacheDirectory = sys_get_temp_dir(). DIRECTORY_SEPARATOR.'purifier';
$cacheDirectory = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'purifier';
if (!is_dir($cacheDirectory)) {
mkdir($cacheDirectory, 0777, true);
}
Expand Down

0 comments on commit 330ee3d

Please sign in to comment.