From c6abe87ec2e08fc38ff9c505ac2000d52d45c228 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 10 Sep 2018 13:34:05 +0200 Subject: move cards from features to apps --- include/features.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'include') diff --git a/include/features.php b/include/features.php index 03f50c9a4..7e2c9a3ac 100644 --- a/include/features.php +++ b/include/features.php @@ -118,16 +118,6 @@ function get_features($filtered = true, $level = (-1)) { feature_level('private_notes',1), ], - [ - 'cards', - t('Cards'), - t('Create personal planning cards'), - false, - get_config('feature_lock','cards'), - feature_level('cards',1), - ], - - [ 'articles', t('Articles'), -- cgit v1.2.3