X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FDatabase%2FView.php;h=9fe44bd759226369259d6d14dc47110c08c667ac;hb=46bd4d71d045c6dd74373426e8758403bbe464d4;hp=d64e544cc087b2252f97b997b156c298b7ecc07f;hpb=8db0e090d7afc3fbfeaf7a587140c80c98233484;p=friendica.git diff --git a/src/Database/View.php b/src/Database/View.php index d64e544cc0..9fe44bd759 100644 --- a/src/Database/View.php +++ b/src/Database/View.php @@ -1,6 +1,6 @@ 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)) {