mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-11-05 21:07:53 +00:00
Fix query
This commit is contained in:
parent
158ffc4efe
commit
b72440d460
@ -111,7 +111,7 @@ class PullsModel extends \JModelDatabase
|
|||||||
|
|
||||||
// Select the required fields from the table.
|
// Select the required fields from the table.
|
||||||
$query->select('a.*');
|
$query->select('a.*');
|
||||||
$query->from('#__patchtester_pulls', 'a');
|
$query->from('#__patchtester_pulls AS a');
|
||||||
|
|
||||||
// Join the tests table to get applied patches
|
// Join the tests table to get applied patches
|
||||||
$query->select('t.id AS applied');
|
$query->select('t.id AS applied');
|
||||||
|
Loading…
Reference in New Issue
Block a user