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

Legend:

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

    r894 r899  
    55include_once(dirname(__FILE__).'/Generators/Latency.php');
    66
    7 class ModuleNetworkConfigLinux extends AppModule
     7class ModuleNetworkConfigLinux extends Module
    88{
    99  function __construct(System $System)
     
    1515    $this->License = 'GNU/GPL';
    1616    $this->Description = 'Network service configuration of Linux server';
    17     $this->Dependencies = array('NetworkConfig');
     17    $this->Dependencies = array(ModuleNetworkConfig::GetName());
    1818  }
    1919
Note: See TracChangeset for help on using the changeset viewer.