aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-07 20:39:52 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-07 20:39:52 +0200
commit0b2ad9deca89e7e267aeea114889f49ea93ed81d (patch)
tree98bc71e960967c9adf68c3c3a7b0443e003a3441 /Zotlabs
parent227320f6f01dec264de820863f971d3e92a486ff (diff)
parent3bee6543fbd339adf9b9993269b6a46bec27f05e (diff)
downloadvolse-hubzilla-0b2ad9deca89e7e267aeea114889f49ea93ed81d.tar.gz
volse-hubzilla-0b2ad9deca89e7e267aeea114889f49ea93ed81d.tar.bz2
volse-hubzilla-0b2ad9deca89e7e267aeea114889f49ea93ed81d.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Daemon/Expire.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Expire.php b/Zotlabs/Daemon/Expire.php
index 0ba83b240..215513e87 100644
--- a/Zotlabs/Daemon/Expire.php
+++ b/Zotlabs/Daemon/Expire.php
@@ -38,7 +38,7 @@ class Expire {
logger('site_expire: ' . $site_expire);
- $r = q("SELECT channel_id, channel_address, channel_pageflags, channel_expire_days from channel where true");
+ $r = q("SELECT channel_id, channel_system, channel_address, channel_expire_days from channel where true");
if ($r) {
foreach ($r as $rr) {