Ignore:
Timestamp:
Feb 17, 2021, 12:30:23 PM (3 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Error/Error.php

    r893 r899  
    11<?php
    22
    3 class ModuleError extends AppModule
     3class ModuleError extends Module
    44{
    55  public string $Encoding;
     
    1414    $this->License = 'GNU/GPLv3';
    1515    $this->Description = 'Error logging and reporting';
    16     $this->Dependencies = array('Log');
     16    $this->Dependencies = array(ModuleLog::GetName());
    1717
    1818    $this->ErrorHandler = new ErrorHandler();
Note: See TracChangeset for help on using the changeset viewer.