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

Comments

aron novak’s picture

Status: Active » Needs review
StatusFileSize
new18.23 KB

Makes the code a bit smaller & simplier.

aron novak’s picture

StatusFileSize
new18.22 KB

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.