Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
ce4d664a
Commit
ce4d664a
authored
Dec 01, 2020
by
Mario
Browse files
Merge branch 'dev' of
https://framagit.org/hubzilla/core
into dev
parents
45b41f07
b89355b9
Pipeline
#368075
passed with stage
in 2 minutes and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Zotlabs/Lib/Activity.php
View file @
ce4d664a
...
...
@@ -2143,7 +2143,7 @@ class Activity {
if
(
!
$s
[
'edited'
])
$s
[
'edited'
]
=
$s
[
'created'
];
$s
[
'title'
]
=
self
::
bb_content
(
$content
,
'name'
);
$s
[
'title'
]
=
((
$response_activity
)
?
EMPTY_STR
:
self
::
bb_content
(
$content
,
'name'
)
)
;
$s
[
'summary'
]
=
self
::
bb_content
(
$content
,
'summary'
);
$s
[
'body'
]
=
((
self
::
bb_content
(
$content
,
'bbcode'
)
&&
(
!
$response_activity
))
?
self
::
bb_content
(
$content
,
'bbcode'
)
:
self
::
bb_content
(
$content
,
'content'
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment