diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-10-04 21:11:11 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-10-04 21:12:03 +0200 |
commit | e259503933c5905d47be88f5df9ad4039f2feccb (patch) | |
tree | 938051b361ed1f147dc97294db646e8156c78020 /Zotlabs/Module/Settings/Features.php | |
parent | 4e07b4c0e8d5eefd934f559b33e10526519ec6e9 (diff) | |
download | volse-hubzilla-e259503933c5905d47be88f5df9ad4039f2feccb.tar.gz volse-hubzilla-e259503933c5905d47be88f5df9ad4039f2feccb.tar.bz2 volse-hubzilla-e259503933c5905d47be88f5df9ad4039f2feccb.zip |
feature_enabled() only takes two arguments
Diffstat (limited to 'Zotlabs/Module/Settings/Features.php')
-rw-r--r-- | Zotlabs/Module/Settings/Features.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Settings/Features.php b/Zotlabs/Module/Settings/Features.php index 2d9bc0c88..5b642acc3 100644 --- a/Zotlabs/Module/Settings/Features.php +++ b/Zotlabs/Module/Settings/Features.php @@ -50,4 +50,4 @@ class Features { return $o; } -}
\ No newline at end of file +} |