add space

This commit is contained in:
Mario Vavti 2019-01-17 20:09:19 +01:00
parent 07f6465872
commit 5aa0267936

View File

@ -87,7 +87,7 @@ class DReport {
// Is the sender one of our channels?
$c = q("select channel_id from channel where channel_hash = '%s' or channel_portable_id = '%s'limit 1",
$c = q("select channel_id from channel where channel_hash = '%s' or channel_portable_id = '%s' limit 1",
dbesc($dr['sender']),
dbesc($dr['sender'])
);