image-storage icon indicating copy to clipboard operation
image-storage copied to clipboard

ImageStorage using namespaces - bad RE usage

Open milsorm opened this issue 8 years ago • 1 comments

ImageStorage.php:123

If $script->name contains path (for me occurs when namespace is used) than RE failed. It is necessary to use preg_quote( $script->name, '/' ) to prevent such situation.

milsorm avatar Sep 24 '16 23:09 milsorm

@milsorm if this issue is still in place, please consider sending a PR or, please, provide more information about the issue since 2 years had passed.

vojtechmares avatar Dec 12 '18 21:12 vojtechmares