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

UEF - with plugin EUF_DB_FIELD there is always false error message when uninstalling plugin + FIX #5031

Closed
Jimmi08 opened this issue Jul 2, 2023 · 0 comments · Fixed by #5032
Labels
type: bug A problem that should not be happening

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Jul 2, 2023

Bug Description

There is no check if EUF_DB_FIELD is core or plugin

so this is always false:

			if($status && $type == EUF_DB_FIELD') != 0) 
			{
 
				$status = $this->manage_extended_field_sql('remove', $field_attrib['name']);
			}

@Jimmi08 Jimmi08 added the type: bug A problem that should not be happening label Jul 2, 2023
@Jimmi08 Jimmi08 changed the title UEF - with plugin EUF_DB_FIELD there is always false error message when uninstalling plugin UEF - with plugin EUF_DB_FIELD there is always false error message when uninstalling plugin + FIX Jul 2, 2023
CaMer0n added a commit that referenced this issue Jul 10, 2023
Fixes #5031 for false error when deleting plugin DB field
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

Successfully merging a pull request may close this issue.

1 participant