mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 01:40:59 -05:00
adding $backupGlobals = FALSE because iRODS is heavily using $GLOBALS
This commit is contained in:
parent
17ff5d486e
commit
884635557a
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ namespace Test\Files\Storage;
|
|||
|
||||
class iRODS extends Storage {
|
||||
|
||||
protected $backupGlobals = FALSE;
|
||||
|
||||
private $config;
|
||||
|
||||
public function setUp() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue