@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | { |
95 | 95 | foreach ( $arrFoldersName as $index => $folderName ) { |
96 | 96 | $arrFoldersName[ $index ] = $this->getConfig () |
97 | - ->replaceReservedWord ( $folderName ); |
|
97 | + ->replaceReservedWord ( $folderName ); |
|
98 | 98 | } |
99 | 99 | |
100 | 100 | return implode ( DIRECTORY_SEPARATOR, array_filter ( $arrFoldersName ) ); |
@@ -147,7 +147,7 @@ discard block |
||
147 | 147 | $folderName, |
148 | 148 | $this->getClassName ( |
149 | 149 | $this->getConfig () |
150 | - ->getDatabase () |
|
150 | + ->getDatabase () |
|
151 | 151 | ) |
152 | 152 | ); |
153 | 153 | $this->location = array ( $this->filterLocation ( $url ) ); |
@@ -183,9 +183,9 @@ discard block |
||
183 | 183 | if ( $objFilesFixeds->hasData() ) |
184 | 184 | { |
185 | 185 | $file = $this->baseLocation |
186 | - . DIRECTORY_SEPARATOR |
|
187 | - . $objFilesFixeds->getFileName() |
|
188 | - . '.php'; |
|
186 | + . DIRECTORY_SEPARATOR |
|
187 | + . $objFilesFixeds->getFileName() |
|
188 | + . '.php'; |
|
189 | 189 | |
190 | 190 | $tpl = $this->getParsedTplContents ( $objFilesFixeds->getTpl() ); |
191 | 191 | self::makeSourcer ( $file , $tpl , true ); |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | * @return String |
320 | 320 | */ |
321 | 321 | protected function getParsedTplContents ( $tplFile, $vars = array (), \Classes\Db\DbTable $objTables = null, |
322 | - $objMakeFile = null ) |
|
322 | + $objMakeFile = null ) |
|
323 | 323 | { |
324 | 324 | |
325 | 325 | $arrUrl = array ( |