Skip to content

Commit

Permalink
Update Serializer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCicero-blip authored Jan 30, 2025
1 parent c2bc354 commit 75c9c57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/HTMLPurifier/DefinitionCache/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,7 @@ private function _prepareDir($config)
trigger_error(
'Base directory ' . $base . ' does not exist,
please create or change using %Cache.SerializerPath',
E_USER_WARNING
);
%Cache.SerializerPath );
return false;
} elseif (!$this->_testPermissions($base, $chmod)) {
return false;
Expand Down

0 comments on commit 75c9c57

Please sign in to comment.