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

Plugin builder - all fields have data int #4257

Closed
Jimmi08 opened this issue Oct 6, 2020 · 0 comments
Closed

Plugin builder - all fields have data int #4257

Jimmi08 opened this issue Oct 6, 2020 · 0 comments
Labels
type: bug A problem that should not be happening
Milestone

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Oct 6, 2020

Problem is in second test:

			if(in_array(strtolower($type),$strings))
			{                       
				$value = 'str';	
			}
			elseif($type === 'varchar' || $type === 'char')
			{                          
				$value = 'safestr';
			}
			else 
			{                 
				$value = 'int';
			}

$type is VARCHAR, there is missing strtolower in second part

@Jimmi08 Jimmi08 added the type: bug A problem that should not be happening label Oct 6, 2020
@CaMer0n CaMer0n added this to the e107 2.3.0 milestone Nov 2, 2020
@CaMer0n CaMer0n closed this as completed in a908494 Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A problem that should not be happening
Projects
None yet
Development

No branches or pull requests

2 participants