fix webpage storage

This commit is contained in:
friendica
2013-09-02 16:01:29 -07:00
parent c8461e7038
commit 7c775db9d6
3 changed files with 5 additions and 9 deletions

View File

@@ -1055,7 +1055,7 @@ function status_editor($a,$x,$popup=false) {
'$return_path' => $a->query_string,
'$action' => $a->get_baseurl(true) . '/item',
'$share' => (x($x,'button') ? $x['button'] : t('Share')),
'$webpage' => (x($x,'webpage') ? '1' : ''),
'$webpage' => (x($x,'webpage') ? $x['webpage'] : ''),
'$placeholdpagetitle' => t('Page link title'),
'$pagetitle' => (x($x,'pagetitle') ? $x['pagetitle'] : ''),
'$upload' => t('Upload photo'),