aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-28 08:28:32 +0000
committerMario <mario@mariovavti.com>2021-05-28 08:28:32 +0000
commitf1aace5a22368a703e562169f855a0e387c5b93a (patch)
tree95a2cb5b651217ad85cece95e12137534f5ad274 /include/conversation.php
parent0718ac514d2421a96ab191f874a0cd8b120a5a78 (diff)
downloadvolse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.gz
volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.tar.bz2
volse-hubzilla-f1aace5a22368a703e562169f855a0e387c5b93a.zip
remove unobscure()
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/conversation.php b/include/conversation.php
index a5fdb5fa1..39ff8d7ad 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1688,9 +1688,6 @@ function prepare_page($item) {
// ... other possible options
}
- // prepare_body calls unobscure() as a side effect. Do it here so that
- // the template will get passed an unobscured title.
-
$body = prepare_body($item, [ 'newwin' => false ]);
if(App::$page['template'] == 'none') {
$tpl = 'page_display_empty.tpl';