fixed acces for pmtables endpoint

This commit is contained in:
Erik Amaru Ortiz
2014-03-14 15:33:34 -04:00
parent 63731b2695
commit bf8ff46fe7
2 changed files with 23 additions and 26 deletions

View File

@@ -41,6 +41,7 @@ try {
// and vendors to autoloader
$loader->add($rootDir . 'vendor/luracast/restler/vendor', "Luracast");
$loader->add($rootDir . 'vendor/bshaffer/oauth2-server-php/src/', "OAuth2");
$loader->addClass("Bootstrap", $rootDir . 'gulliver/system/class.bootstrap.php');
$loader->addModelClassPath($rootDir . "workflow/engine/classes/model/");