We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24fe316 + fd4b848 commit 26b56ebCopy full SHA for 26b56eb
php/class-report.php
@@ -384,7 +384,7 @@ protected function posts() {
384
*/
385
protected function config() {
386
$config = $this->plugin->settings->get_root_setting()->get_value();
387
- unset( $config['connect'] );
+ unset( $config['connect'], $config['connection'] );
388
// The Gallery setting might not be set, so we need ensure it exists before using it.
389
if ( $this->plugin->get_component( 'media' )->gallery ) {
390
$config['gallery'] = $this->plugin->get_component( 'media' )->gallery->get_config();
0 commit comments