diff options
Diffstat (limited to 'modules/developer/helpers')
-rw-r--r-- | modules/developer/helpers/developer_task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/developer/helpers/developer_task.php b/modules/developer/helpers/developer_task.php index 3fff6fc2..532d3a8d 100644 --- a/modules/developer/helpers/developer_task.php +++ b/modules/developer/helpers/developer_task.php @@ -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 |