]> git.mxchange.org Git - friendica.git/commitdiff
fix https://github.com/friendica/friendica/issues/8187
authornupplaPhil <admin@philipp.info>
Tue, 28 Jan 2020 21:06:59 +0000 (22:06 +0100)
committernupplaPhil <admin@philipp.info>
Tue, 28 Jan 2020 21:06:59 +0000 (22:06 +0100)
src/Object/Notification/Introduction.php

index 19fda4c1580f7c28d3dd1338c677722bcaee9b87..475728273033129e078c407b0a4d57c760df2051 100644 (file)
@@ -262,7 +262,7 @@ class Introduction implements \JsonSerializable
        {
                $this->label         = $data['label'] ?? '';
                $this->type          = $data['str_type'] ?? '';
-               $this->intro_id      = $data['$intro_id'] ?? -1;
+               $this->intro_id      = $data['intro_id'] ?? -1;
                $this->madeBy        = $data['madeBy'] ?? '';
                $this->madeByUrl     = $data['madeByUrl'] ?? '';
                $this->madeByZrl     = $data['madeByZrl'] ?? '';