Commit 36561e05 authored by Mike Potter's avatar Mike Potter
Browse files

Fix warnings during install about not being able to load the entity controller class

parent a6e570da
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
 * Implements hook_install().
 */
function bootstrap_tour_install() {
  module_load_include('inc', 'inline_entity_form', 'includes/entity.inline_entity_form');
  module_load_include('inc', 'bootstrap_tour', 'includes/bootstrap_tour.controller');
  bootstrap_tour_setup_step_field();
}