Fixed translation upgrade.

This commit is contained in:
Alexandre Rosenfeld
2011-02-02 15:42:12 +00:00
parent b8e1e6ef13
commit 1781d7cc9f
4 changed files with 31 additions and 20 deletions

View File

@@ -150,7 +150,7 @@ class System {
public static function listPoFiles() {
$folders = glob(PATH_CORE . '/content/translations/*');
$items = glob(PATH_CORE . '/content/*.po');
$items = glob(PATH_CORE . '/content/translations/*.po');
foreach ($folders as $folder) {
if (is_dir($folder)) {
$add = glob($folder . "/*.po");