Please activate JavaScript in your browser.
?
Success
Success
continuous-integration/drone
the build was successful
Details
Success
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
User tests:
Successful:
Unsuccessful:
Summary of Changes
Simple Pr to add the proper quotename to db query in component and library helper.
Testing Instructions
Code review.
Documentation Changes Required
None.
andrepereiradasilva
-
open
-
18 Sep 2016
andrepereiradasilva
-
change
-
18 Sep 2016
joomla-cms-bot
-
change
-
18 Sep 2016
joomla-cms-bot
-
change
-
18 Sep 2016
andrepereiradasilva
-
change
-
18 Sep 2016
Title
Differences
…
Correct/add quotename
Correct/add quoteName in component and library helper
andrepereiradasilva
-
edited
-
18 Sep 2016
wilsonge
-
change
-
19 Sep 2016
Status
Pending
⇒
Fixed in Code Base
Closed_Date
0000-00-00 00:00:00
⇒
2016-09-19 11:28:54
Closed_By
⇒
wilsonge
wilsonge
-
close
-
19 Sep 2016
wilsonge
-
merge
-
19 Sep 2016
Add a Comment
Login with GitHub to post a comment
OK So I never knew that
$db->quoteName(array('extension_id', 'element', 'params', 'enabled'), array('id', 'option', null, null))
worked (setting nulls in the second array). Thanks for teaching me something new!