This commit is contained in:
Mike Macgirvin 2023-01-01 21:00:44 -08:00
parent 35e3a74604
commit 3765cf108a

View file

@ -530,7 +530,7 @@ class Stream extends Controller
$page_mode = 'client';
}
$simple_update = (($this->updating) ? " and item_changed > = '" . $_SESSION['loadtime_stream'] . "' " : '');
$simple_update = (($this->updating) ? " and item.changed > '" . $_SESSION['loadtime_stream'] . "' " : '');
$parents_str = '';
$update_unseen = '';