Moved /contrib to /vendors
This commit is contained in:
parent
52ee04a9ee
commit
2e6603e8c4
212 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ function __autoload($class)
|
|||
// Loads Smarty
|
||||
elseif ($class == 'Smarty')
|
||||
{
|
||||
return require_once 'contrib/smarty/libs/Smarty.class.php';
|
||||
return require_once 'vendors/smarty/libs/Smarty.class.php';
|
||||
}
|
||||
// Loads a test class
|
||||
elseif (preg_match('/Test$/', $class) && file_exists($test_file))
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue