Skip to content

Commit

Permalink
Merge pull request Intervention#1091 from jaircuevajunior/jaircuevaju…
Browse files Browse the repository at this point in the history
…nior-patch-1

Add support to equal sign - '=' - on URL
  • Loading branch information
olivervogel authored Jul 6, 2021
2 parents b3a57e6 + d6ad5db commit 936ec68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected function bootstrapImageCache()
// imagecache route
if (is_string(config('imagecache.route'))) {

$filename_pattern = '[ \w\\.\\/\\-\\@\(\)]+';
$filename_pattern = '[ \w\\.\\/\\-\\@\(\)\=]+';

// route to access template applied image file
$app['router']->get(config('imagecache.route').'/{template}/{filename}', [
Expand Down

0 comments on commit 936ec68

Please sign in to comment.