We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72d1a41 + 14b204c commit 2a47136Copy full SHA for 2a47136
templates/User/View.phtml
@@ -22,7 +22,7 @@ if ($object) {
22
23
$safe_name = htmlspecialchars($object->getName(), ENT_HTML5, "UTF-8");
24
25
- if ($this->getContext()->biography) $description = $biography;
+ if ($this->getContext()->biography) $description = $this->getContext()->biography;
26
$safe_biography = htmlspecialchars($this->getContext()->biography, ENT_HTML5, "UTF-8");
27
}
28
0 commit comments