Skip to content

Commit de45935

Browse files
author
Martin Kluska
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/Save/ChunkSave.php
2 parents 9ac30d1 + ac13375 commit de45935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Save/ChunkSave.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ public function chunkDisk()
230230
*/
231231
protected function createChunksFolderIfNeeded()
232232
{
233+
233234
// get the full path to the cunk directory
234235
$path = $this->getChunkDirectory(true);
235236

@@ -238,4 +239,4 @@ protected function createChunksFolderIfNeeded()
238239
mkdir($path, 0777, true);
239240
}
240241
}
241-
}
242+
}

0 commit comments

Comments
 (0)