aboutsummaryrefslogtreecommitdiffstats
path: root/util/wp/post_to_red
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-29 03:10:15 -0800
committerfriendica <info@friendica.com>2013-11-29 03:10:15 -0800
commitb707495b5072d6f15e801155b2ce54854224b33c (patch)
tree202efcec574daa4cca31cae049bbdc04a89e30ba /util/wp/post_to_red
parentdf66c510c9e47750ec7382d6933ff72372c426c1 (diff)
downloadvolse-hubzilla-b707495b5072d6f15e801155b2ce54854224b33c.tar.gz
volse-hubzilla-b707495b5072d6f15e801155b2ce54854224b33c.tar.bz2
volse-hubzilla-b707495b5072d6f15e801155b2ce54854224b33c.zip
channel wasn't getting saved
Diffstat (limited to 'util/wp/post_to_red')
-rw-r--r--util/wp/post_to_red/post_to_red.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/wp/post_to_red/post_to_red.php b/util/wp/post_to_red/post_to_red.php
index 7eb8697ad..81ae9b3ed 100644
--- a/util/wp/post_to_red/post_to_red.php
+++ b/util/wp/post_to_red/post_to_red.php
@@ -259,6 +259,8 @@ function post_to_red_display_admin_page() {
$password = $_REQUEST["post_to_red_password"];
$red_url = $_REQUEST["post_to_red_url"];
+ $channelname = $_REQUEST['post_to_red_channel'];
+
update_option('post_to_red_acct_name', $_REQUEST["post_to_red_acct_name"]);
update_option('post_to_red_channel_name', $channelname);