Some corrections

This commit is contained in:
Michael 2018-05-02 21:12:48 +00:00 committed by Roland Häder
parent 8b775d48f9
commit 3bb5a416f8
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
3 changed files with 3 additions and 2 deletions

View file

@ -148,7 +148,7 @@ function message_content(App $a)
$cmd = $a->argv[1];
if ($cmd === 'drop') {
if (dba::delete('mail', ['id' => $a->argv[2]])) {
if (dba::delete('mail', ['id' => $a->argv[2], 'uid' => local_user()])) {
info(L10n::t('Message deleted.') . EOL);
}
//goaway(System::baseUrl(true) . '/message' );