mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Change the class name from switch_modules to modules.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
//use the module class to get the list of modules from the db and add any missing modules
|
||||
if ($domains_processed == 1) {
|
||||
$mod = new switch_modules;
|
||||
$mod = new modules;
|
||||
$mod->db = $db;
|
||||
$mod->dir = $_SESSION['switch']['mod']['dir'];
|
||||
$mod->get_modules();
|
||||
|
||||
Reference in New Issue
Block a user