Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information