bookmarks fail to sync

This commit is contained in:
zotlabs
2018-09-20 16:07:32 -07:00
parent 2c1560e027
commit 3cc66b6816
2 changed files with 4 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ class Bookmarks extends \Zotlabs\Web\Controller {
killme();
}
function get() {
function get() {
if(! local_channel()) {
notice( t('Permission denied.') . EOL);
return;