diff options
author | friendica <info@friendica.com> | 2012-03-20 23:57:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-20 23:57:33 -0700 |
commit | 6c7b619b34e60f391087c669732b9efd0344d41c (patch) | |
tree | 0218bc0fff2df719c10cc8bdbba3d8bbba0783b7 /include/conversation.php | |
parent | 0dc4c3f48426294dde998d46f47aacd1c9a3f370 (diff) | |
download | volse-hubzilla-6c7b619b34e60f391087c669732b9efd0344d41c.tar.gz volse-hubzilla-6c7b619b34e60f391087c669732b9efd0344d41c.tar.bz2 volse-hubzilla-6c7b619b34e60f391087c669732b9efd0344d41c.zip |
remove stray template variable from old code
Diffstat (limited to 'include/conversation.php')
-rwxr-xr-x | include/conversation.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index e9f024c27..5de4fcb51 100755 --- a/include/conversation.php +++ b/include/conversation.php @@ -897,8 +897,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) { '$audurl' => t("Please enter an audio link/URL:"), '$term' => t('Tag term:'), '$fileas' => t('File as:'), - '$whereareu' => t('Where are you right now?'), - '$title' => t('Enter a title for this item') + '$whereareu' => t('Where are you right now?') )); |