Skip to content

Commit

Permalink
#13486 - systemcheck: cron language
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ilias.de/svn/ilias/branches/Release_4_4_x_branch@51123 21b2c9ec-7c21-0410-8b45-9bfb8ed2bfc5
  • Loading branch information
jluetzen-ilias committed Jul 2, 2014
1 parent af95b9f commit b7893ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cron/classes/class.ilCronValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ public function check()
$count_limit = (bool)$ilUser->getPref('systemcheck_count_limit');
$age_limit = (bool)$ilUser->getPref('systemcheck_age_limit');
$type_limit = $ilUser->getPref('systemcheck_type_limit');

$lng->loadLanguageModule("administration"); // #13486

include_once "./Services/Repository/classes/class.ilValidator.php";
$validator = new ilValidator(true);
Expand Down

0 comments on commit b7893ad

Please sign in to comment.