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

Fix FinderIndexer::remove() bug where item are never removed. #159

Closed
wants to merge 1 commit into from
Closed

Fix FinderIndexer::remove() bug where item are never removed. #159

wants to merge 1 commit into from

Conversation

cheryeong
Copy link
Contributor

The bug is caused by 2 (int) casts in FinderIndexer::remove() where it is done to $db->quote($linkId).

It should be casted inside $db->quote() instead.

…>quote($linkId). It should be casted inside $db->quote() instead.
@infograf768
Copy link
Member

Please open a tracker on joomlacode with test instructions and add link here.

@cheryeong
Copy link
Contributor Author

@infograf768
Copy link
Member

Committed via eclipse.

laoneo added a commit to Digital-Peak/joomla-cms that referenced this pull request Aug 29, 2016
bembelimen added a commit to bembelimen/joomla-cms that referenced this pull request Apr 26, 2018
…_processing

Implementing batch processing
wilsonge pushed a commit to wilsonge/joomla-cms that referenced this pull request May 26, 2019
richard67 pushed a commit to richard67/joomla-cms that referenced this pull request Apr 3, 2020
Simple fix adding '!' to Joomla! where it should be
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

Successfully merging this pull request may close these issues.

None yet

2 participants