diff options
author | friendica <info@friendica.com> | 2012-10-30 16:21:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-30 16:21:24 -0700 |
commit | ffadf260c0682e069ef81fe34c75e1217b7e37fb (patch) | |
tree | 8d1322d8a3b4ac47b9dfab8b5c0e56b01d1bbd23 /view/tpl/new_channel.tpl | |
parent | dca20f42278e9d837d5cbfd130fc04ecaf09947d (diff) | |
download | volse-hubzilla-ffadf260c0682e069ef81fe34c75e1217b7e37fb.tar.gz volse-hubzilla-ffadf260c0682e069ef81fe34c75e1217b7e37fb.tar.bz2 volse-hubzilla-ffadf260c0682e069ef81fe34c75e1217b7e37fb.zip |
fix channel creation and management after last changes
Diffstat (limited to 'view/tpl/new_channel.tpl')
-rw-r--r-- | view/tpl/new_channel.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/new_channel.tpl b/view/tpl/new_channel.tpl index b9171644a..f83bc3a11 100644 --- a/view/tpl/new_channel.tpl +++ b/view/tpl/new_channel.tpl @@ -1,6 +1,6 @@ <h2>$title</h2> -<form action="newchannel" method="post" id="newchannel-form"> +<form action="new_channel" method="post" id="newchannel-form"> <div id="newchannel-desc" class="descriptive-paragraph">$desc</div> |