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 = []) {