164a165
>     $orig_path = $path;
167c168
<     $where[] = "(path = '%s' OR path = '%s')";
---
>     $where[] = "(path = '%s' OR path = '%s' OR path = '%s')";
169a171
>     $args[':query'] = $orig_path;
185d186
< 
