Move timetable to a plugin
Plugin repository: https://github.com/kanboard/plugin-timetable
This commit is contained in:
@@ -67,7 +67,7 @@ class Loader extends \Core\Base
|
||||
$filename = __DIR__.'/../../../plugins/'.$plugin.'/Schema/'.ucfirst(DB_DRIVER).'.php';
|
||||
|
||||
if (file_exists($filename)) {
|
||||
require($filename);
|
||||
require_once($filename);
|
||||
$this->migrateSchema($plugin);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user