Skip to content

Commit e70e8fa

Browse files
committed
Change run_command to launch_self
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
1 parent 2ef423b commit e70e8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin-tools-command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
EE::error( 'Auth command needs to be registered for admin_tools' );
2929
}
3030

31-
EE::launch_self( 'auth', [ 'create', 'global' ], [], false );
31+
EE::run_command( [ 'auth', 'init' ] );
3232
});

0 commit comments

Comments
 (0)