ccache_update: block labels
This commit is contained in:
parent
5f4f7adfa0
commit
c98e43db6f
1 changed files with 6 additions and 0 deletions
|
@ -5974,6 +5974,12 @@
|
|||
function ccache_update($link, $feed_id, $owner_uid, $is_cat = false,
|
||||
$update_pcat = true) {
|
||||
|
||||
/* Labels are no currently supported */
|
||||
|
||||
if ($feed_id < 0) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
$prev_unread = ccache_find($link, $feed_id, $owner_uid, $is_cat, true);
|
||||
|
||||
if (!$is_cat) {
|
||||
|
|
Loading…
Reference in a new issue