mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-03 15:17:22 +00:00
Fix concat spacing
This commit is contained in:
parent
9412ba14e4
commit
9b83c614a4
@ -134,7 +134,7 @@ class PullsModel extends \JModelDatabase
|
||||
}
|
||||
elseif (is_numeric($search))
|
||||
{
|
||||
$query->where('(' . $db->quoteName('a.id') . ' LIKE ' . (int) $search. ')');
|
||||
$query->where('(' . $db->quoteName('a.id') . ' LIKE ' . (int) $search . ')');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user