aboutsummaryrefslogtreecommitdiffstats
path: root/include/expire.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-26 18:45:01 -0700
committerfriendica <info@friendica.com>2014-03-26 18:45:01 -0700
commited14c1f224afadb5dd5417d4078f853ff97b30cb (patch)
treecd527019841d3b3bfd98e8cdefaf03154db64bb0 /include/expire.php
parent150bc9866a24303c86b78614b58b8d01a245b424 (diff)
downloadvolse-hubzilla-ed14c1f224afadb5dd5417d4078f853ff97b30cb.tar.gz
volse-hubzilla-ed14c1f224afadb5dd5417d4078f853ff97b30cb.tar.bz2
volse-hubzilla-ed14c1f224afadb5dd5417d4078f853ff97b30cb.zip
more work on firehose
Diffstat (limited to 'include/expire.php')
-rw-r--r--include/expire.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/expire.php b/include/expire.php
index 2d94d64c0..ee9956ef3 100644
--- a/include/expire.php
+++ b/include/expire.php
@@ -29,6 +29,10 @@ function expire_run($argv, $argc){
}
}
+ $x = get_sys_channel();
+ if($x)
+ item_expire($x['channel_id'],30);
+
return;
}