MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
This commit is contained in:
@@ -1002,7 +1002,7 @@ class database_manager {
|
||||
unset($dbtables[$tablename]);
|
||||
}
|
||||
|
||||
// look for unsupported tables - local custom tables should be in /local/db/install.xml ;-)
|
||||
// look for unsupported tables - local custom tables should be in /local/xxxx/db/install.xml ;-)
|
||||
// if there is no prefix, we can not say if tale is ours :-(
|
||||
if ($this->generator->prefix !== '') {
|
||||
foreach ($dbtables as $tablename=>$unused) {
|
||||
|
||||
Reference in New Issue
Block a user