Ignore:
Timestamp:
Jun 1, 2023, 1:01:38 AM (12 months ago)
Author:
chronos
Message:
  • Fixed: Modules initialization.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/System.php

    r8 r9  
    3939  {
    4040    if (array_key_exists($Name, $this->ModuleManager->Modules))
     41    {
    4142      return $this->ModuleManager->Modules[$Name];
    42       else return null;
     43    }
     44    else
     45    {
     46      echo('Module '.$Name.' not registered.');
     47    }
    4348  }
    4449
Note: See TracChangeset for help on using the changeset viewer.