Lahmizzar Muinela
2013-04-22 c3405ead1e7827c342fcd38c45948a2a090689f9
change language folder to languages
1 files modified
2 ■■■ changed files
install.script.php 2 ●●● patch | view | raw | blame | history
install.script.php
@@ -34,7 +34,7 @@
            // Check the installed version of PF4 and the translation, give hints and tipps to do everything right!
        
        // Get list of languages to be installed. Only installs languages that are found in your system.
        $source = $parent->getParent()->getPath('source').'/language';
        $source = $parent->getParent()->getPath('source').'/languages';
        $languages = JFactory::getLanguage()->getKnownLanguages();
        
        $files = $parent->manifest->files;