aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Dreport.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-27 11:30:27 +0000
committerMario <mario@mariovavti.com>2021-05-27 11:30:27 +0000
commitcee2e6327808c0f6f6d1d37f95c962d682a8ecec (patch)
tree733b1285fb7661542b97dfe9e8a24361a3cccbfe /Zotlabs/Module/Dreport.php
parent9d5732400fcd2624fe371889e728083ce0a7f7a2 (diff)
downloadvolse-hubzilla-cee2e6327808c0f6f6d1d37f95c962d682a8ecec.tar.gz
volse-hubzilla-cee2e6327808c0f6f6d1d37f95c962d682a8ecec.tar.bz2
volse-hubzilla-cee2e6327808c0f6f6d1d37f95c962d682a8ecec.zip
fix typo
Diffstat (limited to 'Zotlabs/Module/Dreport.php')
-rw-r--r--Zotlabs/Module/Dreport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Dreport.php b/Zotlabs/Module/Dreport.php
index 2c087cdb5..50d1647c8 100644
--- a/Zotlabs/Module/Dreport.php
+++ b/Zotlabs/Module/Dreport.php
@@ -84,7 +84,7 @@ class Dreport extends \Zotlabs\Web\Controller {
}
$r = q("select * from dreport where dreport_xchan = '%s' and dreport_mid = '%s'",
- dbesc($channel['channel_hash'])
+ dbesc($channel['channel_hash']),
dbesc($mid)
);