diff options
author | Mario <mario@mariovavti.com> | 2021-06-29 18:21:12 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-29 18:21:12 +0000 |
commit | 6a4727e3eb8d00c5927644b43bd6ba69fcd3c247 (patch) | |
tree | 05562feaec6c53ee08e8d6d231bb8b11bf1ef103 | |
parent | ff6d1c808da99125783d0381b7e595c70c6dafd7 (diff) | |
download | volse-hubzilla-6a4727e3eb8d00c5927644b43bd6ba69fcd3c247.tar.gz volse-hubzilla-6a4727e3eb8d00c5927644b43bd6ba69fcd3c247.tar.bz2 volse-hubzilla-6a4727e3eb8d00c5927644b43bd6ba69fcd3c247.zip |
fix variable name
-rw-r--r-- | Zotlabs/Widget/Messages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Messages.php b/Zotlabs/Widget/Messages.php index 9dda33d71..269d669dc 100644 --- a/Zotlabs/Widget/Messages.php +++ b/Zotlabs/Widget/Messages.php @@ -42,7 +42,7 @@ class Messages { $item_normal = item_normal(); $entries = []; $limit = 30; - $dummy_sql = ''; + $dummy_order_sql = ''; $offset = 0; if ($options['offset']) { |