diff options
author | friendica <info@friendica.com> | 2011-11-29 01:18:18 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-11-29 01:18:18 -0800 |
commit | 669f40c3423e4c5cf53040474f5c14ea50a835ea (patch) | |
tree | 1446cb42287e102e06ed82da114b047b55ea3839 /view | |
parent | 3afa248238379709cbe2708ee01ae3696760d5c9 (diff) | |
download | volse-hubzilla-669f40c3423e4c5cf53040474f5c14ea50a835ea.tar.gz volse-hubzilla-669f40c3423e4c5cf53040474f5c14ea50a835ea.tar.bz2 volse-hubzilla-669f40c3423e4c5cf53040474f5c14ea50a835ea.zip |
private notes in testbubble
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/testbubble/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/jot.tpl b/view/theme/testbubble/jot.tpl index e0e864572..7ccaf2aa2 100644 --- a/view/theme/testbubble/jot.tpl +++ b/view/theme/testbubble/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" /> |