From: Mike Macgirvin Date: Sat, 30 Oct 2010 08:16:51 +0000 (-0700) Subject: another typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cbaf0f2dc9cbea06ca3496d60f69dfeb10352394;p=friendica.git another typo --- diff --git a/mod/message.php b/mod/message.php index a168e208ae..b847f31dcb 100644 --- a/mod/message.php +++ b/mod/message.php @@ -24,7 +24,7 @@ function message_post(&$a) { return; } - if(! $strlen($subject)) + if(! strlen($subject)) $subject = t('[no subject]'); $me = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1",