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

In form view, bug in "element folder" plugin shows PHP Notices #2075

Open
agilare opened this issue Nov 8, 2018 · 0 comments
Open

In form view, bug in "element folder" plugin shows PHP Notices #2075

agilare opened this issue Nov 8, 2018 · 0 comments

Comments

@agilare
Copy link

agilare commented Nov 8, 2018

In my Joomla 3.8.10 and Fabrik 3.9, editing a record with an element folder plugin shows a list of :

Notice: Undefined variable: folder in /home/clients/81540dfc4fa3a424b7cdb5d4215dd3c3/dev/plugins/fabrik_element/folder/folder.php on line 74

fabrik-bug

Maybe a simple copy-paste error plugins/fabrik_element/folder/folder.php here in line 74, where :

				if ($selected === $folder)
				{
					$aRoValues[] = $folder;
				}

should be

				if ($selected === $file)
				{
					$aRoValues[] = $file;
				}

?

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

1 participant