diff options
Diffstat (limited to 'mod/dirfind.php')
-rw-r--r-- | mod/dirfind.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dirfind.php b/mod/dirfind.php index 5c5d0e933..54bbf31af 100644 --- a/mod/dirfind.php +++ b/mod/dirfind.php @@ -49,7 +49,7 @@ function dirfind_content(&$a) { foreach($j->results as $jj) { $o .= replace_macros($tpl,array( - '$url' => zrl($jj->url), + '$url' => zid($jj->url), '$name' => $jj->name, '$photo' => $jj->photo, '$tags' => $jj->tags |