mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Issue #4501 Reinitialize db_verify after plugin installation.
This commit is contained in:
@@ -1113,6 +1113,7 @@ EOF;
|
||||
}
|
||||
|
||||
// Fix table.
|
||||
$this->dbv->init(true);
|
||||
$this->dbv->compare('rss');
|
||||
$this->dbv->compileResults();
|
||||
$this->dbv->runFix();
|
||||
|
Reference in New Issue
Block a user