Changeset 840 for trunk/includes


Ignore:
Timestamp:
Jan 10, 2016, 12:08:23 AM (9 years ago)
Author:
chronos
Message:
  • Fixed: Initial installation was not functional.
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Locale.php

    r816 r840  
    3131  var $Dir;
    3232
    33   function __construct($System)
     33  function __construct(System $System)
    3434  {
    3535    parent::__construct($System);
     
    163163  var $Dir;
    164164
    165   function __construct($System)
     165  function __construct(System $System)
    166166  {
    167167    parent::__construct($System);
  • trunk/includes/Version.php

    r839 r840  
    66// and system will need database update.
    77
    8 $Revision = 839; // Subversion revision
     8$Revision = 840; // Subversion revision
    99$DatabaseRevision = 811; // Database structure revision
    1010$ReleaseTime = '2016-01-11';
Note: See TracChangeset for help on using the changeset viewer.