Skip to content

Commit 41ea87f

Browse files
committed
Доработки
1 parent 4943a16 commit 41ea87f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

install/index.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,6 @@ public function installDB()
7272
Base::getInstance(ErrorLogTable::class)->createDBTable();
7373
}
7474
}
75-
76-
if (!Application::getConnection()->isTableExists(
77-
Base::getInstance(ErrorLogTable::class)->getDBTableName()
78-
)) {
79-
throw new RuntimeException(
80-
'Table for module ' . $this->MODULE_ID . ' not created'
81-
);
82-
}
8375
}
8476

8577
/**

0 commit comments

Comments
 (0)