Merge pull request #456 from annando/template_escape

The function "template_escape" doesn't exist anymore.
This commit is contained in:
Tobias Diekershoff 2017-11-27 07:41:45 +01:00 committed by GitHub
commit cec3a598c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,