diff options
author | friendica <info@friendica.com> | 2015-02-22 22:58:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-22 22:58:09 -0800 |
commit | 1383915f865a26fe06c959d155f118b5934b3de7 (patch) | |
tree | 29db64206d1a003541d8584d448850e75a50a6c4 /include | |
parent | d0e7fc76cd112dde0947540c84274358d8f84560 (diff) | |
download | volse-hubzilla-1383915f865a26fe06c959d155f118b5934b3de7.tar.gz volse-hubzilla-1383915f865a26fe06c959d155f118b5934b3de7.tar.bz2 volse-hubzilla-1383915f865a26fe06c959d155f118b5934b3de7.zip |
notes about private realm registrations and multiple primary directories.
Diffstat (limited to 'include')
-rw-r--r-- | include/ratenotif.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ratenotif.php b/include/ratenotif.php index 4fa0077a6..8be3b15b7 100644 --- a/include/ratenotif.php +++ b/include/ratenotif.php @@ -76,8 +76,8 @@ function ratenotif_run($argv, $argc){ if($j && $j['success'] && is_array($j['directories'])) { foreach($j['directories'] as $h) { -// if($h == z_root()) -// continue; + if($h == z_root()) + continue; $hash = random_string(); $n = zot_build_packet($channel,'notify',null,null,$hash); |