when editing a posting save it, not edit it to submit the changes

This commit is contained in:
Tobias Diekershoff 2014-09-06 12:49:34 +02:00
parent 4aa2ae488b
commit 2312b56947
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ function editpost_content(&$a) {
$o .= replace_macros($tpl,array(
'$return_path' => $_SESSION['return_url'],
'$action' => 'item',
'$share' => t('Edit'),
'$share' => t('Save'),
'$upload' => t('Upload photo'),
'$shortupload' => t('upload photo'),
'$attach' => t('Attach file'),