diff options
author | friendica <info@friendica.com> | 2013-09-02 16:01:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-02 16:01:29 -0700 |
commit | 7c775db9d6b9dc68bc05cded7ab93357aeeb9c3f (patch) | |
tree | b11ac8cfaaec527f8c78a128c6382ef75a405a5a /include/conversation.php | |
parent | c8461e703884735a604fb405d3db43f68cf5909c (diff) | |
download | volse-hubzilla-7c775db9d6b9dc68bc05cded7ab93357aeeb9c3f.tar.gz volse-hubzilla-7c775db9d6b9dc68bc05cded7ab93357aeeb9c3f.tar.bz2 volse-hubzilla-7c775db9d6b9dc68bc05cded7ab93357aeeb9c3f.zip |
fix webpage storage
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index c40691bba..8cee4f34f 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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'), |