Ignore:
Timestamp:
May 8, 2019, 7:59:39 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Missing intialization of some variables.
  • Fixed: Missing appmodule dependencies.
File:
1 edited

Legend:

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

    r817 r858  
    6969    $this->License = '';
    7070    $this->Version = '';
     71    $this->Creator = '';
    7172    $this->Description = '';
    7273    $this->Dependencies = array();
    7374    $this->Type = ModuleType::Normal;
    7475  }
    75  
     76
    7677  function Install()
    7778  {
Note: See TracChangeset for help on using the changeset viewer.