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:11:11 +0200 |
commit | c089d30915277af5ed084117ab08b388fa5c5275 (patch) | |
tree | 316dfd9c235b3e778cc5ad92a87b626a073dd5f2 /Zotlabs/Module/Settings/Features.php | |
parent | 4b91d4b5c3036f01a14049cfb04423aef7da611d (diff) | |
download | volse-hubzilla-c089d30915277af5ed084117ab08b388fa5c5275.tar.gz volse-hubzilla-c089d30915277af5ed084117ab08b388fa5c5275.tar.bz2 volse-hubzilla-c089d30915277af5ed084117ab08b388fa5c5275.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 +} |