Ignore:
Timestamp:
May 25, 2020, 9:54:02 PM (4 years ago)
Author:
chronos
Message:
  • Fixed: Missing return statement in Setup CheckState method.
  • Fixed: Global $System variable is not used anymore.
File:
1 edited

Legend:

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

    r69 r94  
    2121  function __construct(Application $System)
    2222  {
    23     $this->System = &$System;
    24     $this->Database = &$System->Database;
     23    $this->System = $System;
     24    $this->Database = $System->Database;
    2525  }
    2626}
Note: See TracChangeset for help on using the changeset viewer.