// TODO fix pattern excaping in _read_directory()

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-12-04 08:36:36 -08:00
parent 2f96341d49
commit 25096759b0
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class ComicPressMediaHandling {
return apply_filters('comicpress_expand_filter_callback', $value, $matches);
}
// TODO: Fix Pattern Escaping
function _read_directory($pattern) {
$resolved_pattern = $this->_resolve_regex_path($pattern);
$dirname = dirname($resolved_pattern);