From b707495b5072d6f15e801155b2ce54854224b33c Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 29 Nov 2013 03:10:15 -0800 Subject: channel wasn't getting saved --- util/wp/post_to_red/post_to_red.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/wp/post_to_red/post_to_red.php') 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); -- cgit v1.2.3