Skip to content

Commit

Permalink
Dev Fixed missing class property
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 25, 2024
1 parent 504d364 commit dc6b982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/admin/export/Writer.php
Expand Up @@ -13,6 +13,7 @@ abstract class Writer implements IWriter
/** @var Translator $translator */
protected $translator;
public $filename;
public $languageCode;
public $webfilename;

protected function translate($key, $sLanguageCode)
Expand Down

0 comments on commit dc6b982

Please sign in to comment.