From 19b85d7ae69bc3d597ce46fa9795f55e32999eda Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 19 Feb 2021 15:53:52 +0100 Subject: [PATCH] revert stupid change --- app/config/collections.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index 6abac7229..d88bb849a 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -373,15 +373,6 @@ $collections = [ 'required' => true, 'array' => false, ], - [ - '$collection' => Database::SYSTEM_COLLECTION_RULES, - 'label' => 'Current', - 'key' => 'current', - 'type' => Database::SYSTEM_VAR_TYPE_BOOLEAN, - 'default' => false, - 'required' => true, - 'array' => false, - ], [ '$collection' => Database::SYSTEM_COLLECTION_RULES, 'label' => 'User Agent',