diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-22 15:41:09 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-22 15:41:09 -0800 |
commit | 4fc8416c3cecb3ece3523a1c5e36ab4d8cd8eb73 (patch) | |
tree | de2bd4515d7940f8fedb05733bc9b4fc4a240a1b /include/features.php | |
parent | 6c178d44858bbdfd582d09eb4568d32292c0b2c2 (diff) | |
download | volse-hubzilla-4fc8416c3cecb3ece3523a1c5e36ab4d8cd8eb73.tar.gz volse-hubzilla-4fc8416c3cecb3ece3523a1c5e36ab4d8cd8eb73.tar.bz2 volse-hubzilla-4fc8416c3cecb3ece3523a1c5e36ab4d8cd8eb73.zip |
disable until completed
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php index ace1b01c3..8601ff79e 100644 --- a/include/features.php +++ b/include/features.php @@ -126,6 +126,7 @@ function get_features($filtered = true) { feature_level('cards',1), ], +/* reserved, work in progress [ 'articles', t('Articles'), @@ -134,7 +135,7 @@ function get_features($filtered = true) { get_config('feature_lock','articles'), feature_level('articles',1), ], - +*/ [ 'nav_channel_select', t('Navigation Channel Select'), |