diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-03 09:44:53 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-03 09:44:53 +0200 |
commit | cd526139fb0440938971261c0502006e9d212fbf (patch) | |
tree | 9cc3e0ed340283fe168bb904c911248a2f7fd661 /include/items.php | |
parent | d83f12e883e79b7268677f8981579102c48ca00b (diff) | |
parent | 459ec78a5e3cb09ee908fd7810bbb0b80b2e4713 (diff) | |
download | volse-hubzilla-cd526139fb0440938971261c0502006e9d212fbf.tar.gz volse-hubzilla-cd526139fb0440938971261c0502006e9d212fbf.tar.bz2 volse-hubzilla-cd526139fb0440938971261c0502006e9d212fbf.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 8bc4595b6..2c9d84ef3 100755 --- a/include/items.php +++ b/include/items.php @@ -3561,7 +3561,6 @@ function item_expire($uid,$days,$comment_days = 7) { drop_item($item['id'],false); } -// Zotlabs\Daemon\Master::Summon(array('Notifier','expire',$uid)); } function retain_item($id) { |