diff --git a/cache/lastCache.txt b/cache/lastCache.txt index 9be57e2..ce3ccb0 100644 --- a/cache/lastCache.txt +++ b/cache/lastCache.txt @@ -1 +1 @@ -1578926925 \ No newline at end of file +1578927300 \ No newline at end of file diff --git a/system/Settings.php b/system/Settings.php index c933a86..edebbdc 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -101,7 +101,6 @@ class Settings // load the strings of the set language $yaml = new Models\WriteYaml(); - //$labels = $yaml->getYaml('settings/languages', 'vue-blox.yaml'); $labels = $yaml->getYaml('settings/languages', 'vuejs-'.$language.'.yaml');//temp return $labels; @@ -171,4 +170,4 @@ class Settings $yaml->updateYaml('settings', 'settings.yaml', $settings); } } -} \ No newline at end of file +}