Skip to content

Commit

Permalink
005521: adjusted path to RemoteLanguageManager.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg committed Aug 31, 2014
1 parent 902b994 commit 3525e73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mods/_core/languages/module_cron.php
@@ -1,4 +1,4 @@
<?php
<?php

// this cron checks for new available languages and installs them if found.
function languages_cron() {
Expand All @@ -7,8 +7,7 @@ function languages_cron() {


global $languageManager;

require(AT_INCLUDE_PATH.'classes/Language/RemoteLanguageManager.class.php');
require_once(AT_INCLUDE_PATH.'../mods/_core/languages/classes/RemoteLanguageManager.class.php');
require(AT_INCLUDE_PATH.'classes/pclzip.lib.php');

$remoteLanguageManager = new RemoteLanguageManager();
Expand Down

0 comments on commit 3525e73

Please sign in to comment.