Skip to content
  • Christoph Zysik's avatar
    Fix access of non existing variable backup.inc.php · 9ccf8b0c
    Christoph Zysik authored
    in file server/lib/classes/backup.inc.php
    The restoreBackupWebFiles method gets passed a $filename
    In one branche it is getting concatenated into $full_filename
    This fixes the variable name from $full_filename to $filename on line 451
    Line 451 is outside the branch described above
    9ccf8b0c