Skip to content

Instantly share code, notes, and snippets.

@kirandash
Last active August 10, 2017 11:47
Show Gist options
  • Save kirandash/5467b33a6ff60413a278b6e136a32513 to your computer and use it in GitHub Desktop.
Save kirandash/5467b33a6ff60413a278b6e136a32513 to your computer and use it in GitHub Desktop.
uncaught error operator not supported for strings revolution slider
Change line 21 in revslider/includes/framework/base-admin.class.php
from
private static $arrMetaBoxes = ''; //option boxes that will be added to post
to
private static $arrMetaBoxes = array(); //option boxes that will be added to post
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment