Changeset 899 for trunk/Modules/Error/Error.php
- Timestamp:
- Feb 17, 2021, 12:30:23 PM (5 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Modules/Error/Error.php (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Modules/Error/Error.phpr893 r899 1 1 <?php 2 2 3 class ModuleError extends AppModule3 class ModuleError extends Module 4 4 { 5 5 public string $Encoding; … … 14 14 $this->License = 'GNU/GPLv3'; 15 15 $this->Description = 'Error logging and reporting'; 16 $this->Dependencies = array( 'Log');16 $this->Dependencies = array(ModuleLog::GetName()); 17 17 18 18 $this->ErrorHandler = new ErrorHandler(); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
