diff options
author | Friendika <info@friendika.com> | 2011-09-19 16:51:52 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-19 16:51:52 -0700 |
commit | d6d24f3b6a2fcd853387ff5338a89687e498300c (patch) | |
tree | 0bf1f8c5742a834fbc785ac35d397db32586a632 | |
parent | 510eb6d24db58b6d842b6e54132de92578231067 (diff) | |
download | volse-hubzilla-d6d24f3b6a2fcd853387ff5338a89687e498300c.tar.gz volse-hubzilla-d6d24f3b6a2fcd853387ff5338a89687e498300c.tar.bz2 volse-hubzilla-d6d24f3b6a2fcd853387ff5338a89687e498300c.zip |
personal notes going to wall instead of PN in dispy
-rw-r--r-- | view/theme/dispy/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/jot.tpl b/view/theme/dispy/jot.tpl index d5e81a925..f6bf91ffa 100644 --- a/view/theme/dispy/jot.tpl +++ b/view/theme/dispy/jot.tpl @@ -9,7 +9,7 @@ </div> <form id="profile-jot-form" action="$action" method="post" > - <input type="hidden" name="type" value="wall" /> + <input type="hidden" name="type" value="$ptyp" /> <input type="hidden" name="profile_uid" value="$profile_uid" /> <input type="hidden" name="return" value="$return_path" /> <input type="hidden" name="location" id="jot-location" value="$defloc" /> |