Skip to content
Snippets Groups Projects
Commit d3de24a6 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

fix features tracking initialization

parent 7e2c0634
1 merge request!2660Master
Pipeline #3979 failed with stage
in 34 minutes and 14 seconds
......@@ -153,7 +153,7 @@ class Class_Feature {
if(!$user->isAdmin())
return false;
return Class_AdminVar::get('FEATURES_TRACKING_ENABLE');
return Class_AdminVar::getValueOrDefault('FEATURES_TRACKING_ENABLE');
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment