mirror of
https://github.com/friendica/friendica
synced 2024-11-18 08:23:53 +00:00
another typo
This commit is contained in:
parent
2fc4677173
commit
cbaf0f2dc9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function message_post(&$a) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(! $strlen($subject))
|
if(! strlen($subject))
|
||||||
$subject = t('[no subject]');
|
$subject = t('[no subject]');
|
||||||
|
|
||||||
$me = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1",
|
$me = q("SELECT * FROM `contact` WHERE `uid` = %d AND `self` = 1 LIMIT 1",
|
||||||
|
|
Loading…
Reference in a new issue