Several default features are now in the core

This commit is contained in:
Michael 2018-11-18 20:13:46 +00:00
parent 75398b96d5
commit 43079bfaf8
10 changed files with 48 additions and 88 deletions

View file

@ -176,10 +176,6 @@ class Widget
return '';
}
if (!Feature::isEnabled(local_user(), 'filing')) {
return '';
}
$saved = PConfig::get(local_user(), 'system', 'filetags');
if (!strlen($saved)) {
return;