We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
Maybe a simple copy-paste error plugins/fabrik_element/folder/folder.php here in line 74, where :
plugins/fabrik_element/folder/folder.php
if ($selected === $folder) { $aRoValues[] = $folder; }
should be
if ($selected === $file) { $aRoValues[] = $file; }
?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Maybe a simple copy-paste error
plugins/fabrik_element/folder/folder.php
here in line 74, where :should be
?
The text was updated successfully, but these errors were encountered: