Skip to content

Commit

Permalink
Output also what caused the matching to occur
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Jun 7, 2018
1 parent 31cbbf6 commit 8ae9a82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,11 @@ function vipgoci_filter_file_path(

'filter' =>
$filter,

'matches' => array(
'file_ext_match' => $file_ext_match,
'file_folders_match' => $file_folders_match,
),
),
2
);
Expand Down

0 comments on commit 8ae9a82

Please sign in to comment.