mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Remove unnecessary reference from DB::getParser()
This commit is contained in:
parent
42b7fc264e
commit
7ce82a9e77
1 changed files with 1 additions and 1 deletions
|
|
@ -1346,7 +1346,7 @@ class DB
|
|||
* @param boolean $force force load DBParser instance
|
||||
* @return DBParser
|
||||
*/
|
||||
function &getParser($force = FALSE)
|
||||
function getParser($force = FALSE)
|
||||
{
|
||||
static $dbParser = NULL;
|
||||
if(!$dbParser || $force)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue