Skip to content

Commit 2008e06

Browse files
committed
Fixed bug where setting recordLocation sets to mode
1 parent 68009d0 commit 2008e06

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## 0.3.0 - 2015-07-*
3+
## 0.3.1 - 2015-07-16
4+
* Fixed bug where setting recordLocation sets to mode
5+
6+
## 0.3.0 - 2015-07-16
47
* Added Changelog
58
* Added `deleteItems($items, $options = array())` and `deleteCalendarItem($itemId, $changeKey)`
69
* Added `deleteAllCalendarItems($from = '12:00 AM', $to = '11:59 PM');`

src/HttpPlayback/HttpPlayback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function setPlaybackOptions($options = [])
3232
}
3333

3434
if ($options['recordLocation'] !== null) {
35-
self::$mode = $options['recordLocation'];
35+
self::$recordLocation = $options['recordLocation'];
3636
}
3737
}
3838

0 commit comments

Comments
 (0)