diff options
author | friendica <info@friendica.com> | 2013-11-29 03:10:15 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-29 03:10:15 -0800 |
commit | b707495b5072d6f15e801155b2ce54854224b33c (patch) | |
tree | 202efcec574daa4cca31cae049bbdc04a89e30ba /util | |
parent | df66c510c9e47750ec7382d6933ff72372c426c1 (diff) | |
download | volse-hubzilla-b707495b5072d6f15e801155b2ce54854224b33c.tar.gz volse-hubzilla-b707495b5072d6f15e801155b2ce54854224b33c.tar.bz2 volse-hubzilla-b707495b5072d6f15e801155b2ce54854224b33c.zip |
channel wasn't getting saved
Diffstat (limited to 'util')
-rw-r--r-- | util/wp/post_to_red/post_to_red.php | 2 |
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); |