Ignore:
Timestamp:
Jun 13, 2013, 12:29:37 AM (11 years ago)
Author:
chronos
Message:
  • Opaveno: Nesprávné parametry konstruktoru některých modulů.
File:
1 edited

Legend:

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

    r545 r546  
    33class ModuleStock extends AppModule
    44{
    5   function __construct($Database, $System)
     5  function __construct($System)
    66  {
    7     parent::__construct($Database, $System);
     7    parent::__construct($System);
    88    $this->Name = 'Stock';
    99    $this->Version = '1.0';
Note: See TracChangeset for help on using the changeset viewer.