Commit e894439c authored by Tim Plunkett's avatar Tim Plunkett Committed by Frank Febbraro
Browse files

Issue #1382156 by tim.plunkett | davidn: Fixed PHP Fatal error: Call to...

Issue #1382156 by tim.plunkett | davidn: Fixed PHP Fatal error: Call to undefined function ctools_features_declare_functions() .
parent 92fd3625
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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);