mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 23:43:42 +00:00
The function "template_escape" doesn't exist anymore.
This commit is contained in:
parent
08a0182694
commit
f2c57fda48
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ function forumdirectory_content(&$a) {
|
|||
'$details' => $pdesc . $details,
|
||||
'$page_type' => $page_type,
|
||||
'$profile' => $profile,
|
||||
'$location' => template_escape($location),
|
||||
'$location' => $location,
|
||||
'$gender' => $gender,
|
||||
'$pdesc' => $pdesc,
|
||||
'$marital' => $marital,
|
||||
|
|
Loading…
Reference in a new issue