This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
missing $submit
pull/342/merge
friendica
8 years ago
parent
00a01e4520
commit
777830745f
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mod/message.php
+1
-1
spec/zot-2012.txt
+ 1
- 0
mod/message.php
View 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'
)
));
+ 1
- 1
spec/zot-2012.txt
View 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)
}
Write
Preview
Loading…
Cancel
Save