aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-29 09:24:13 +0000
committerMario <mario@mariovavti.com>2021-06-29 09:24:13 +0000
commite8c6121b4e40e16b291b38158dd3a1639641c56a (patch)
treec7c11fe1cb5372f036cd159ca46bc0151efb5ca8 /Zotlabs/Widget
parentbed81d785c50a1a056a409b8113eceb0c1d47bba (diff)
downloadvolse-hubzilla-e8c6121b4e40e16b291b38158dd3a1639641c56a.tar.gz
volse-hubzilla-e8c6121b4e40e16b291b38158dd3a1639641c56a.tar.bz2
volse-hubzilla-e8c6121b4e40e16b291b38158dd3a1639641c56a.zip
version
Diffstat (limited to 'Zotlabs/Widget')
-rw-r--r--Zotlabs/Widget/Messages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Messages.php b/Zotlabs/Widget/Messages.php
index ed666bfaa..9dda33d71 100644
--- a/Zotlabs/Widget/Messages.php
+++ b/Zotlabs/Widget/Messages.php
@@ -54,7 +54,7 @@ class Messages {
switch($options['type']) {
case 'direct':
$type_sql = ' AND item_private = 2 ';
- // $dummy_order_sql has no other meaning but trick
+ // $dummy_order_sql has no other meaning but to trick
// some mysql backends into using the right index.
$dummy_order_sql = ', received DESC ';
break;