Commit 46e17be
authored
Update TranscodingTask.php
Updated the AddStitchVideoItem to not check explicitly for undefined but instead use the isset() method. Newer versions of PHP will throw the following error when checking for undefined.
ErrorException: Use of undefined constant undefined - assumed 'undefined' (this will throw an Error in a future version of PHP)1 parent 5f9dac3 commit 46e17be
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
0 commit comments