We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9777b commit de71f4aCopy full SHA for de71f4a
src/Site_Command.php
@@ -277,8 +277,8 @@ public function disable( $args ) {
277
*/
278
public function info( $args ) {
279
\EE\Utils\delem_log( 'site info start' );
280
- $args = \EE\Utils\set_site_arg( $args, 'site info' );
281
if ( ! isset( $this->site_name ) ) {
+ $args = \EE\Utils\set_site_arg( $args, 'site info' );
282
$this->populate_site_info( $args );
283
}
284
EE::log( "Details for site $this->site_name:" );
0 commit comments