]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Friendica.php
Merge pull request #13488 from MrPetovan/bug/frio-search-result-padding
[friendica.git] / src / Module / Friendica.php
index 10a07f6e6587dbc0206ca3897713c0a2d7d24e12..e2a9d5ee65d3e777f9ae5d1e15f72cab150f550b 100644 (file)
@@ -144,7 +144,7 @@ class Friendica extends BaseModule
                                header('Cache-Control: max-age=23200, stale-while-revalidate=23200');
                                $this->jsonExit($data, 'application/activity+json');
                        } catch (HTTPException\NotFoundException $e) {
-                               System::jsonError(404, ['error' => 'Record not found']);
+                               $this->jsonError(404, ['error' => 'Record not found']);
                        }
                }