We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fad87 commit 32febb1Copy full SHA for 32febb1
php/EE/Migration/Base.php
@@ -17,7 +17,7 @@ public function __construct() {
17
$this->fs = new Filesystem();
18
$this->skip_this_migration = false;
19
$this->is_first_execution = ! \EE\Model\Option::get( 'version' );
20
- $this->backup_dir = EE_ROOT_DIR . '/.backup';
+ $this->backup_dir = EE_BACKUP_DIR;
21
$this->fs->mkdir( $this->backup_dir );
22
}
23
0 commit comments