Skip to content

Commit ec74237

Browse files
danieldaniel
daniel
authored and
daniel
committed
Fix BOM
1 parent 0d02e80 commit ec74237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

view/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
$advancedCustom = json_decode($json_file);
228228
if (empty($advancedCustom)) {
229229
error_log("ERROR on get {$aURL} " . $json_file);
230+
$advancedCustom = new stdClass();
230231
}
231232
$result = json_decode($_SESSION['login']->result);
232233
if (empty($result->videoHLS)) {

0 commit comments

Comments
 (0)