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 19fda4c..4757282 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'] ?? '';