Skip to content

Commit 63899db

Browse files
committed
switch to works also under php 5.3, #33
1 parent 7383d26 commit 63899db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inc/autoload/class-add-ssl-identifier.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99

1010
add_action( 'admin_init', function () {
1111

12-
( new Multisite_Add_Ssh_Identifier() )->init();
12+
$multisite_add_ssh_identifier = new Multisite_Add_Ssh_Identifier();
13+
$multisite_add_ssh_identifier->init();
1314
} );
1415

1516
/**

0 commit comments

Comments
 (0)