aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-03 18:00:09 -0700
committerfriendica <info@friendica.com>2013-09-03 18:00:09 -0700
commit879ac359523623d779f3097e5aa02937d6518950 (patch)
tree167a722d2a4df954602f6c5021ee0bdf7a3def65 /include
parentbac2dcd46a6c5ebc7ba63fc60e0a90bfe48b8d87 (diff)
downloadvolse-hubzilla-879ac359523623d779f3097e5aa02937d6518950.tar.gz
volse-hubzilla-879ac359523623d779f3097e5aa02937d6518950.tar.bz2
volse-hubzilla-879ac359523623d779f3097e5aa02937d6518950.zip
my bad
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 176dc33d4..2b568c35e 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1262,7 +1262,7 @@ function render_location_default($item) {
function prepare_page($item) {
- $naked = ((pconfig($item['uid'],'system','nakedpage')) ? 1 : 0);
+ $naked = ((get_pconfig($item['uid'],'system','nakedpage')) ? 1 : 0);
return replace_macros(get_markup_template('page_display.tpl'),array(
'$author' => (($naked) ? '' : $item['author']['xchan_name']),