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 746ec80 commit 7b44be5Copy full SHA for 7b44be5
classes/StreamerInfo.php
@@ -206,9 +206,9 @@ public function save() {
206
$this->DB->cancelAtomic(__METHOD__);
207
} else {
208
$success = true;
209
+ $this->DB->endAtomic(__METHOD__);
210
}
211
$this->data['streamer_id'] = $streamerId;
- $this->DB->endAtomic(__METHOD__);
212
213
return $success;
214
@@ -236,10 +236,10 @@ public function delete() {
236
if ($result !== false) {
237
238
unset($this->data['streamer_id']);
239
240
241
242
243
244
245
0 commit comments