// TODO fix pattern excaping in _read_directory()
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
2f96341d49
commit
25096759b0
|
@ -92,6 +92,7 @@ class ComicPressMediaHandling {
|
||||||
return apply_filters('comicpress_expand_filter_callback', $value, $matches);
|
return apply_filters('comicpress_expand_filter_callback', $value, $matches);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Fix Pattern Escaping
|
||||||
function _read_directory($pattern) {
|
function _read_directory($pattern) {
|
||||||
$resolved_pattern = $this->_resolve_regex_path($pattern);
|
$resolved_pattern = $this->_resolve_regex_path($pattern);
|
||||||
$dirname = dirname($resolved_pattern);
|
$dirname = dirname($resolved_pattern);
|
||||||
|
|
Loading…
Reference in New Issue