diff options
author | friendica <info@friendica.com> | 2013-12-21 23:47:44 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-21 23:47:44 -0800 |
commit | d32bbaf599c77aa415ee403a896b77f091f0e9fc (patch) | |
tree | 6f06776f0df41da52ab8242cf08438804952f805 /view/tpl/prv_message.tpl | |
parent | aa312f72bf48f3ffeb62606541b39e5243ce819e (diff) | |
download | volse-hubzilla-d32bbaf599c77aa415ee403a896b77f091f0e9fc.tar.gz volse-hubzilla-d32bbaf599c77aa415ee403a896b77f091f0e9fc.tar.bz2 volse-hubzilla-d32bbaf599c77aa415ee403a896b77f091f0e9fc.zip |
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
Diffstat (limited to 'view/tpl/prv_message.tpl')
-rwxr-xr-x | view/tpl/prv_message.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/prv_message.tpl b/view/tpl/prv_message.tpl index b7654dc2d..3330a338f 100755 --- a/view/tpl/prv_message.tpl +++ b/view/tpl/prv_message.tpl @@ -1,7 +1,7 @@ <h3>{{$header}}</h3> <div id="prvmail-wrapper" > -<form id="prvmail-form" action="message" method="post" > +<form id="prvmail-form" action="mail" method="post" > {{$parent}} |