* Allow module names with spaces

* remove debug code
This commit is contained in:
Tim Almdal
2009-03-14 02:16:06 +00:00
parent cb3d39fe62
commit 229eca2918
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ class developer_task_Core {
static function create_module($task) {
$context = unserialize($task->context);
$module_path = (MODPATH . "{$context['name']}");
$module_path = (MODPATH . "{$context['path_part']}");
switch ($context["step"]) {
case 0: // Create directory tree