Skip to content

Commit

Permalink
Fixed: double code
Browse files Browse the repository at this point in the history
  • Loading branch information
thanghv committed Jan 21, 2021
1 parent 3a46c8c commit 58e39b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class/class-mainwp-child-staging.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ public function get_scan() {

$return = array(
'options' => serialize( $options ), // phpcs:ignore -- to compatible http encoding.
'directoryListing' => $scan->directoryListing(),
'prefix' => '2.8' == $this->plugin_version ? \WPStaging\Core\WPStaging::getTablePrefix() : \WPStaging\WPStaging::getTablePrefix(),
'directoryListing' => $scan->directoryListing(),
);
Expand Down

0 comments on commit 58e39b5

Please sign in to comment.