Index: branches/5.3.x/core/units/helpers/backup_helper.php =================================================================== diff -u -N -r15928 -r16519 --- branches/5.3.x/core/units/helpers/backup_helper.php (.../backup_helper.php) (revision 15928) +++ branches/5.3.x/core/units/helpers/backup_helper.php (.../backup_helper.php) (revision 16519) @@ -1,6 +1,6 @@ Application->recallObject('FileHelper'); - /* @var $file_helper FileHelper */ if (!$file_helper->CheckFolder($this->path) || !is_writable($this->path)) { $this->Application->SetVar('error_msg', $this->Application->Phrase('la_Text_backup_access')); @@ -501,8 +501,8 @@ */ public function getBackupFiles() { + /** @var FileHelper $file_helper */ $file_helper = $this->Application->recallObject('FileHelper'); - /* @var $file_helper FileHelper */ $ret = Array (); $backup_path = $this->Application->ConfigValue('Backup_Path');