Drupal has a nice autoloader (aka. registry), let's take advantage of it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Aron Novak’s picture

Status: Active » Needs review
FileSize
18.23 KB

Makes the code a bit smaller & simplier.

Aron Novak’s picture

A message contained a not defined variable.

_randy’s picture

Status: Needs review » Needs work

I'm not 100% sure on committing this yet as there are dependencies on the maestro engine version. By removing the explicit include statement for the engine means that we're unable to fire up the right engine version dynamically.

You can see this in the includes for the engine where {version} is used.