Skip to content

Commit 6cda29a

Browse files
committed
Fixed PHP Notice
1 parent 5e1698d commit 6cda29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/PluginTools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function get_current_plugin_data( $type = ConfigRegistry ) {
4949

5050
}
5151

52-
if( $type == ConfigRegistry ) {
52+
if( $type == 'ConfigRegistry' ) {
5353
$plugin_data = new ConfigRegistry( $plugin_data );
5454
}
5555

0 commit comments

Comments
 (0)