Last active
August 10, 2017 11:47
-
-
Save kirandash/5467b33a6ff60413a278b6e136a32513 to your computer and use it in GitHub Desktop.
uncaught error operator not supported for strings revolution slider
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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