From c3405ead1e7827c342fcd38c45948a2a090689f9 Mon Sep 17 00:00:00 2001
From: Lahmizzar Muinela <lahmizzar@devxive.com>
Date: Mon, 22 Apr 2013 12:07:27 -0400
Subject: [PATCH] change language folder to languages
---
install.script.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install.script.php b/install.script.php
index 3ef55cb..cca5ba7 100644
--- a/install.script.php
+++ b/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;
--
Gitblit v1.9.1