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.
1 parent 72d1a41 commit 14b204cCopy full SHA for 14b204c
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