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
Dropping is now possible as well
pull/4182/head
Michael
3 years ago
parent
f2efd58366
commit
592ef50e41
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/Object/Post.php
+ 1
- 0
src/Object/Post.php
View File
@ -151,6 +151,7 @@ class Post extends BaseObject
}
else
{
$edpost
=
array
(
"
editpost/
"
.
$item
[
'id'
],
t
(
"
Edit
"
));
}
$dropping
=
in_array
(
$item
[
'uid'
],
[
0
,
local_user
()]);
}
else
{
$edpost
=
false
;
}
Write
Preview
Loading…
Cancel
Save