Skip to content

Commit 0c4198e

Browse files
committed
Change for local environment build
1 parent 90b8c5c commit 0c4198e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

generate/environment_local.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
$path = DISTDIR."/environment/";
1212

1313
// get translation file
14-
$translation = new Translation($lang);
14+
$translation = new Translation($lang);
1515

1616
// make page
17-
1817
make_necessary_directories($path."images/file");
1918
$page = new LocalPage('Environment (IDE)', 'Environment', 'Environment', '../');
2019
$page->content(file_get_contents($source.'index.html'));

0 commit comments

Comments
 (0)