diff options
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index bb08ab48e..f6ceaeca9 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -3191,7 +3191,7 @@ class Activity { public static function media_not_in_body($s, $body) { if (empty($body)) { - return false; + return true; } $s_alt = htmlspecialchars($s, ENT_QUOTES, 'UTF-8'); |