Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/themexpert/onepager into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
codexpert committed Sep 10, 2015
2 parents 8789dab + 0fcaba6 commit acb90ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/WordPress/OptionsPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function getAllSavedOptions() {
$data = [];

if ( $this->options ) {
$data = get_option( $this->menuSlug, true );
$data = get_option( $this->menuSlug, [] );

$data = $this->mergeOptions($data, $this->getOptionsControls());
}
Expand Down

0 comments on commit acb90ee

Please sign in to comment.