aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-10 19:20:55 -0800
committerfriendica <info@friendica.com>2014-02-10 19:20:55 -0800
commit74fb7d158b770906aafab9e85641c5de3d2488cf (patch)
tree92a734622dcd20b02a72c3147651d195c9101ed6 /include
parent7f741a7e85b9b62c71f4fd5464c9292ca236f88e (diff)
downloadvolse-hubzilla-74fb7d158b770906aafab9e85641c5de3d2488cf.tar.gz
volse-hubzilla-74fb7d158b770906aafab9e85641c5de3d2488cf.tar.bz2
volse-hubzilla-74fb7d158b770906aafab9e85641c5de3d2488cf.zip
Check for the correct DB name before pushing.
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index f712d9394..d35f43161 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -2085,7 +2085,7 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) {
}
if(array_key_exists('channel',$arr) && is_array($arr['channel']) && count($arr['channel'])) {
- $disallowed = array('channel_id','channel_account_id','channel_primary','channel_prvkey', 'channel_address', 'channel_notify_flags');
+ $disallowed = array('channel_id','channel_account_id','channel_primary','channel_prvkey', 'channel_address', 'channel_notifyflags');
$clean = array();
foreach($arr['channel'] as $k => $v) {