From a35d440ff1fee806a8aa17a0297e1163db6a3ba5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 1 Sep 2013 20:11:04 -0700 Subject: Add Comanche layouts to the things that don't go offsite. --- include/notifier.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/notifier.php b/include/notifier.php index 2a0301357..5dcd7b58c 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -257,6 +257,10 @@ function notifier_run($argv, $argc){ return; } + if($target_item['item_restrict'] & ITEM_PDL) { + logger('notifier: target item ITEM_PDL', LOGGER_DEBUG); + return; + } $s = q("select * from channel where channel_id = %d limit 1", intval($target_item['uid']) -- cgit v1.2.3