Merge pull request #1103 from tobiasd/editsave
when editing a posting save it, not edit it to submit the changes
This commit is contained in:
commit
95a481b732
|
@ -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'),
|
||||
|
|
Loading…
Reference in a new issue