mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Remove remaining references to getDBInfo()
This commit is contained in:
parent
9895699591
commit
f7aad28d2c
12 changed files with 25 additions and 53 deletions
|
|
@ -107,8 +107,7 @@ class importerAdminController extends importer
|
|||
|
||||
/* DBMS가 CUBRID인 경우 MySQL과 동일한 방법으로는 문서 및 댓글에 대한 사용자 정보를 동기화 할 수 없으므로 예외 처리 합니다.
|
||||
CUBRID를 사용하지 않는 경우에만 보편적인 기존 질의문을 사용합니다. */
|
||||
$db_info = Context::getDBInfo ();
|
||||
if($db_info->db_type != "cubrid")
|
||||
if(config('db.master.type') !== 'cubrid')
|
||||
{
|
||||
$output = executeQuery('importer.updateDocumentSync'.$postFix);
|
||||
$output = executeQuery('importer.updateCommentSync'.$postFix);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue