Skip to content

Commit

Permalink
Fixed PHP Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhendricks committed Nov 15, 2017
1 parent 5e1698d commit 6cda29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/PluginTools.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function get_current_plugin_data( $type = ConfigRegistry ) {

}

if( $type == ConfigRegistry ) {
if( $type == 'ConfigRegistry' ) {
$plugin_data = new ConfigRegistry( $plugin_data );
}

Expand Down

0 comments on commit 6cda29a

Please sign in to comment.