channel wasn't getting saved

This commit is contained in:
friendica 2013-11-29 03:10:15 -08:00
parent df66c510c9
commit b707495b50

View File

@ -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);