mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
* Allow module names with spaces
* remove debug code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user