This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
quill should send an array when editing
pull/82/head
Aaron Parecki
7 years ago
parent
0efdc08f41
commit
b83b4cc885
No known key found for this signature in database
GPG Key ID:
276C2817346D6056
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
controllers/controllers.php
+ 1
- 1
controllers/controllers.php
View File
@ -412,7 +412,7 @@ function edit_favorite(&$user, $post_url, $like_of) {
'action'
=>
'update'
,
'action'
=>
'update'
,
'url'
=>
$post_url
,
'url'
=>
$post_url
,
'replace'
=>
[
'replace'
=>
[
'like-of'
=>
$like_of
'like-of'
=>
[
$like_of
]
]
]
];
];
$r
=
micropub_post_for_user
(
$user
,
$micropub_request
,
null
,
true
);
$r
=
micropub_post_for_user
(
$user
,
$micropub_request
,
null
,
true
);
Write
Preview
Loading…
Cancel
Save