From 65050140876e78608a3403b8827f8a27431c82a4 Mon Sep 17 00:00:00 2001 From: Raruto Date: Mon, 25 Jan 2021 12:37:02 +0100 Subject: [PATCH] fix CockpitTests\Test\FormsTest::testEntries test --- modules/Forms/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Forms/bootstrap.php b/modules/Forms/bootstrap.php index 85b3bc439..c05b66843 100755 --- a/modules/Forms/bootstrap.php +++ b/modules/Forms/bootstrap.php @@ -152,7 +152,7 @@ $form = $forms['_id']; - return $this->app->storage->getform("forms/{$form}"); + return $this->app->storage->getCollection("forms/{$form}"); }, 'find' => function($form, $options = []) {