From: Hypolite Petovan Date: Tue, 26 Mar 2019 02:08:01 +0000 (-0400) Subject: Add manifest module to backend module list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=34208bf966ee0ee2898cca43d0a7a4dca085dfc5;p=friendica.git Add manifest module to backend module list --- diff --git a/src/App.php b/src/App.php index 1ed6390b43..c0afd514d0 100644 --- a/src/App.php +++ b/src/App.php @@ -724,6 +724,7 @@ class App 'fetch', 'hcard', 'hostxrd', + 'manifest', 'nodeinfo', 'noscrape', 'p',