Skip to content

Commit

Permalink
Merge pull request #57 from ILIAS-eLearning/release_5-3
Browse files Browse the repository at this point in the history
Fix/0025148/5 3/il plugin/update languages revert (ILIAS-eLearning#1721)
  • Loading branch information
kosmicunifr authored Apr 1, 2019
2 parents 7163b93 + 6e1cc7c commit 094bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/Component/classes/class.ilPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function getTablePrefix()
* Update all or selected languages
* @var array|null $a_lang_keys keys of languages to be updated (null for all)
*/
public function updateLanguages(array $a_lang_keys = null)
public function updateLanguages($a_lang_keys = null)
{
ilGlobalCache::flushAll();
include_once("./Services/Language/classes/class.ilObjLanguage.php");
Expand Down

0 comments on commit 094bcb4

Please sign in to comment.