Skip to content

Commit

Permalink
Pull in the plugin's plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor S. Parks authored and Connor S. Parks committed Jun 19, 2015
1 parent 5fec3cb commit d856229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
}

$herbert->pluginMatched($root);

@require_once $root.'/plugin.php';

$herbert->loadPlugin($config);
}

Expand Down

0 comments on commit d856229

Please sign in to comment.