31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-01 05:10:48 +00:00

Fix concat spacing

This commit is contained in:
photodude 2015-12-17 09:49:36 -07:00
parent 9412ba14e4
commit 9b83c614a4

View File

@ -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
{