Remove redundant $db->resultObject() calls
authorKevin Israel <pleasestand@live.com>
Fri, 12 Sep 2014 04:12:38 +0000 (00:12 -0400)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 19 Sep 2014 20:35:55 +0000 (20:35 +0000)
commit3daf61814db326f81c612186754f545c0548501e
treed9782c5b915d027dfb4c75af3f6340fa50407f71
parent126db04a2ba065bebbe074a5101c6ab4fa22c2fe
Remove redundant $db->resultObject() calls

DatabaseBase::query() already passes the value returned by the
database driver (usually an object or resource for SELECT queries)
through $db->resultObject(). There is no need to pass it through
the method a second time to get a ResultWrapper.

Change-Id: I5d34ab2bffb7f236d2f824b4ef0e8670f89d4599
includes/Export.php
includes/search/SearchMssql.php
includes/search/SearchOracle.php
includes/search/SearchPostgres.php
includes/specialpage/QueryPage.php
includes/specials/SpecialUndelete.php