Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Model/Message.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Model/Message.php b/lib/Model/Message.php
index 3d5e16fbc..ddc42bea8 100644
--- a/lib/Model/Message.php
+++ b/lib/Model/Message.php
@@ -175,7 +175,7 @@ class Message {
if ($format === 'json' && empty($reactions)) {
// Cheating here to make sure the reactions array is always a
// JSON object on the API, even when there is no reaction at all.
- $reactions = new \StdClass();
+ $reactions = new \stdClass();
}
$data = [