Skip to content

Commit 32febb1

Browse files
committed
Update to backup dir constant
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 05fad87 commit 32febb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/EE/Migration/Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct() {
1717
$this->fs = new Filesystem();
1818
$this->skip_this_migration = false;
1919
$this->is_first_execution = ! \EE\Model\Option::get( 'version' );
20-
$this->backup_dir = EE_ROOT_DIR . '/.backup';
20+
$this->backup_dir = EE_BACKUP_DIR;
2121
$this->fs->mkdir( $this->backup_dir );
2222
}
2323

0 commit comments

Comments
 (0)