revert 01a2791e3a to avoid random preg internal errors. fix contact_template

This commit is contained in:
Fabio Comuni 2012-02-27 18:48:59 +01:00
commit 42d591d257
3 changed files with 9 additions and 7 deletions

View file

@ -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']),
);
}