diff options
author | friendica <info@friendica.com> | 2013-09-01 20:11:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-01 20:11:04 -0700 |
commit | a35d440ff1fee806a8aa17a0297e1163db6a3ba5 (patch) | |
tree | b23eb5b7380e8c34457dd5adf7c75b68899a5d4d /include/notifier.php | |
parent | caa148c1e3736b6d51327883b04405b00a4cda0b (diff) | |
download | volse-hubzilla-a35d440ff1fee806a8aa17a0297e1163db6a3ba5.tar.gz volse-hubzilla-a35d440ff1fee806a8aa17a0297e1163db6a3ba5.tar.bz2 volse-hubzilla-a35d440ff1fee806a8aa17a0297e1163db6a3ba5.zip |
Add Comanche layouts to the things that don't go offsite.
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 4 |
1 files changed, 4 insertions, 0 deletions
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']) |