diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-02-27 10:05:27 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-02-27 10:05:27 -0800 |
commit | e11b51aca14ea36b514fdd4348443f4fae79b2ca (patch) | |
tree | e9b11902c9fe447d1057b8474b85c527a5667cac /mod | |
parent | a33031634efef94c0985cd2517f10ccd36b40b5f (diff) | |
parent | 42d591d25761fda0206dc5ab96e7d9b0fc779b42 (diff) | |
download | volse-hubzilla-e11b51aca14ea36b514fdd4348443f4fae79b2ca.tar.gz volse-hubzilla-e11b51aca14ea36b514fdd4348443f4fae79b2ca.tar.bz2 volse-hubzilla-e11b51aca14ea36b514fdd4348443f4fae79b2ca.zip |
Merge pull request #53 from fabrixxm/master
remove template filters support
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/contacts.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index c8edea151..ce352fe20 100755 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -504,8 +504,8 @@ function contacts_content(&$a) { 'name' => $rr['name'], 'username' => $rr['name'], 'sparkle' => $sparkle, - 'url' => $url, - 'item' => $rr, + 'itemurl' => $rr['url'], + 'network' => network_to_name($rr['network']), ); } |