Skip to content
Snippets Groups Projects
  • JediKev's avatar
    e7a7e3b0
    issue: iFrame On Install · e7a7e3b0
    JediKev authored
    This addresses the "Call to getAllowIframes() on NULL" error on installation
    pages. This is due to 4781 that introduced the concept of allowing multiple
    iFrames, where we are not checking for `$cfg` before calling the method.
    This adds a check for `$cfg` so the errors do not occur.
    e7a7e3b0
    History
    issue: iFrame On Install
    JediKev authored
    This addresses the "Call to getAllowIframes() on NULL" error on installation
    pages. This is due to 4781 that introduced the concept of allowing multiple
    iFrames, where we are not checking for `$cfg` before calling the method.
    This adds a check for `$cfg` so the errors do not occur.