@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | } |
| 83 | 83 | unset($build); |
| 84 | 84 | // Directory to saved all files |
| 85 | - $building_directory = sprintf(_AM_TDMCREATE_BUILDING_DIRECTORY, $moduleDirname); |
|
| 85 | + $building_directory = sprintf(_AM_TDMCREATE_BUILDING_DIRECTORY, $moduleDirname); |
|
| 86 | 86 | |
| 87 | 87 | // Copy this module in root modules |
| 88 | 88 | if (1 === $inroot_copy) { |
@@ -97,9 +97,9 @@ discard block |
||
| 97 | 97 | } |
| 98 | 98 | } |
| 99 | 99 | $building->copyDir($fromDir, $toDir); |
| 100 | - $building_directory .= sprintf(_AM_TDMCREATE_BUILDING_DIRECTORY_INROOT, $toDir); |
|
| 100 | + $building_directory .= sprintf(_AM_TDMCREATE_BUILDING_DIRECTORY_INROOT, $toDir); |
|
| 101 | 101 | } |
| 102 | - $GLOBALS['xoopsTpl']->assign('building_directory', $building_directory); |
|
| 102 | + $GLOBALS['xoopsTpl']->assign('building_directory', $building_directory); |
|
| 103 | 103 | break; |
| 104 | 104 | case 'default': |
| 105 | 105 | default: |