Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Setting "directSubscription" has no effect  #4

@crealistiques

Description

@crealistiques

Setting

plugin.tx_mecleverreach {
	settings {
    		config {
			directSubscription = 1
		}
	}
}

has no effect because the parameter is checked in line 100 of class SubscribeService by
if (intval($this->settings['directSubscription']) !== 1) {

instead of
if (intval($this->settings['config']['directSubscription']) !== 1) {

Thanks for fixing!
Good job

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions