]> git.mxchange.org Git - friendica.git/commitdiff
missing $submit
authorfriendica <info@friendica.com>
Tue, 19 Jun 2012 07:50:24 +0000 (00:50 -0700)
committerfriendica <info@friendica.com>
Tue, 19 Jun 2012 07:50:24 +0000 (00:50 -0700)
mod/message.php
spec/zot-2012.txt

index d5bb3dfe49f076835ec304b30c7f511bffa19bb1..519634be5be58d61e4f6ead0e20c6c7fa9ead239 100644 (file)
@@ -407,6 +407,7 @@ function message_content(&$a) {
                        '$parent' => $parent,
                        '$upload' => t('Upload photo'),
                        '$insert' => t('Insert web link'),
+                       '$submit' => t('Submit'),
                        '$wait' => t('Please wait')
 
                ));
index 4bfab16d86465bfab2dee8737fae9348422ddabb..2e1f3c3c49d1452278eb16e1d48aad7ef9a446c1 100644 (file)
@@ -66,7 +66,7 @@ POST https://example.com/post
 'person' => $guuid
 'address' => $new_gduid
 'site' => 'https://newsite.com'
-'info' => 'mike@macgirvin.com'
+'info' => 'mike@newsite.com'
 'pass' => me_encrypt($gduid . '.' . $pass)
 }