X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FDatabase%2FView.php;h=ca6078956b5b4e2819e3c1b1a5d57d5c9b3d7311;hb=60551e6277a4e3a0901481e2a23b3963db6a1c2c;hp=d64e544cc087b2252f97b997b156c298b7ecc07f;hpb=8db0e090d7afc3fbfeaf7a587140c80c98233484;p=friendica.git diff --git a/src/Database/View.php b/src/Database/View.php index d64e544cc0..ca6078956b 100644 --- a/src/Database/View.php +++ b/src/Database/View.php @@ -49,7 +49,8 @@ class View } } - $definition = DI::viewDefinition()->getAll(); + // just for Create purpose, reload the view definition with addons to explicit get the whole definition + $definition = DI::viewDefinition()->load(true)->getAll(); foreach ($definition as $name => $structure) { if (self::isView($name)) {