Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[B] wrong class extending in all input plugins #2146

Closed
githubertus opened this issue Apr 12, 2022 · 1 comment
Closed

[B] wrong class extending in all input plugins #2146

githubertus opened this issue Apr 12, 2022 · 1 comment

Comments

@githubertus
Copy link
Contributor

githubertus commented Apr 12, 2022

The changes which have been applied for #1635 don't work

it has to be

if(isset($params['class'])){
	//[B] strangeness of class extending in input modules #1635
	$params['class'] = $class .' '. $params['class'];
}

Otherwise the formerly extended class will be overwritten later in array_merge again

lianglee added a commit that referenced this issue Apr 21, 2022
lianglee added a commit that referenced this issue Apr 21, 2022
lianglee added a commit that referenced this issue Apr 21, 2022
lianglee added a commit that referenced this issue Apr 21, 2022
@lianglee
Copy link
Member

Yes :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants