diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-10 13:34:05 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-10 13:34:05 +0200 |
commit | c6abe87ec2e08fc38ff9c505ac2000d52d45c228 (patch) | |
tree | 66fb36425c8d5423f331fc67fbca744c9bbcbba6 /include | |
parent | 4bb16b18edd15cdeace1ebc4ac31ea7a8432d3cc (diff) | |
download | volse-hubzilla-c6abe87ec2e08fc38ff9c505ac2000d52d45c228.tar.gz volse-hubzilla-c6abe87ec2e08fc38ff9c505ac2000d52d45c228.tar.bz2 volse-hubzilla-c6abe87ec2e08fc38ff9c505ac2000d52d45c228.zip |
move cards from features to apps
Diffstat (limited to 'include')
-rw-r--r-- | include/features.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/features.php b/include/features.php index 03f50c9a4..7e2c9a3ac 100644 --- a/include/features.php +++ b/include/features.php @@ -119,16 +119,6 @@ function get_features($filtered = true, $level = (-1)) { ], [ - 'cards', - t('Cards'), - t('Create personal planning cards'), - false, - get_config('feature_lock','cards'), - feature_level('cards',1), - ], - - - [ 'articles', t('Articles'), t('Create interactive articles'), |