aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pubstream.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-11-02 18:40:50 -0700
committerzotlabs <mike@macgirvin.com>2016-11-02 18:40:50 -0700
commit9e2ccbd2a7cda195de5ae03ea8729561762d157a (patch)
treecf18d5edc88381ca93cc3d13b08685e030ec526f /Zotlabs/Module/Pubstream.php
parent6a6494d9475b0c9b87408f648c8988d7444b3793 (diff)
downloadvolse-hubzilla-9e2ccbd2a7cda195de5ae03ea8729561762d157a.tar.gz
volse-hubzilla-9e2ccbd2a7cda195de5ae03ea8729561762d157a.tar.bz2
volse-hubzilla-9e2ccbd2a7cda195de5ae03ea8729561762d157a.zip
convert manual page updates to a display setting instead of a feature
Diffstat (limited to 'Zotlabs/Module/Pubstream.php')
-rw-r--r--Zotlabs/Module/Pubstream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Pubstream.php b/Zotlabs/Module/Pubstream.php
index 54f3b7937..6c4d479d4 100644
--- a/Zotlabs/Module/Pubstream.php
+++ b/Zotlabs/Module/Pubstream.php
@@ -27,7 +27,7 @@ class Pubstream extends \Zotlabs\Web\Controller {
if(! $update) {
- $static = ((local_channel()) ? intval(feature_enabled(local_channel(),'static_updates')) : 0);
+ $static = ((local_channel()) ? channel_manual_conv_update(local_channel()) : 0);
$maxheight = get_config('system','home_divmore_height');
if(! $maxheight)