mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 01:02:42 +01:00
Minor, remove debugging code.
This commit is contained in:
parent
852ecc2102
commit
4b0d0f6e8b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ final class PhabricatorTypeaheadCommonDatasourceController
|
|||
$conn_r = id(new PhabricatorUser())->establishConnection('r');
|
||||
$ids = queryfx_all(
|
||||
$conn_r,
|
||||
'SELECT DISTINCT userID FROM %T WHERE token LIKE %> OR 1 = 1',
|
||||
'SELECT DISTINCT userID FROM %T WHERE token LIKE %>',
|
||||
PhabricatorUser::NAMETOKEN_TABLE,
|
||||
$query);
|
||||
$ids = ipull($ids, 'userID');
|
||||
|
|
Loading…
Reference in a new issue