From d83bfd464baebf7d203a07d1bd92a00d2734d0ad Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 29 Mar 2012 22:20:14 -0700 Subject: zrl into people searches --- mod/dirfind.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/dirfind.php') diff --git a/mod/dirfind.php b/mod/dirfind.php index 75b1c4976..34c54dd91 100755 --- a/mod/dirfind.php +++ b/mod/dirfind.php @@ -46,7 +46,7 @@ function dirfind_content(&$a) { foreach($j->results as $jj) { $o .= replace_macros($tpl,array( - '$url' => $jj->url, + '$url' => zrl($jj->url), '$name' => $jj->name, '$photo' => $jj->photo, '$tags' => $jj->tags -- cgit v1.2.3