Commit 93e19451 authored by Jonathan.Wage's avatar Jonathan.Wage

Added trim to package path.

parent af4f85ae
......@@ -836,7 +836,7 @@ END;
// If is the package class then we need to make the path to the complete package
if (isset($options['is_package_class']) && $options['is_package_class']) {
$path = str_replace('.', DIRECTORY_SEPARATOR, $options['package']);
$path = str_replace('.', DIRECTORY_SEPARATOR, trim($options['package']));
$writePath = $packagesPath . DIRECTORY_SEPARATOR . $path;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment