Loading features.module +4 −2 Original line number Diff line number Diff line Loading @@ -315,8 +315,10 @@ function features_include($reset = FALSE) { } } if (module_exists('ctools')) { // Finally, add ctools eval'd implementations. ctools_features_declare_functions(); } // Clear static cache, since we've now included new implementers. module_implements('features_api', FALSE, TRUE); Loading Loading
features.module +4 −2 Original line number Diff line number Diff line Loading @@ -315,8 +315,10 @@ function features_include($reset = FALSE) { } } if (module_exists('ctools')) { // Finally, add ctools eval'd implementations. ctools_features_declare_functions(); } // Clear static cache, since we've now included new implementers. module_implements('features_api', FALSE, TRUE); Loading