Changeset 845 for trunk/includes


Ignore:
Timestamp:
Jan 14, 2016, 11:02:40 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Do not translate location of downloadable files.
  • Fixed: Link to translation groups from translation source list.
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r844 r845  
    66// and system will need database update.
    77
    8 $Revision = 844; // Subversion revision
     8$Revision = 845; // Subversion revision
    99$DatabaseRevision = 811; // Database structure revision
    1010$ReleaseTime = '2016-01-14';
  • trunk/includes/system.php

    r844 r845  
    4545    );
    4646    $GlobalLocaleManager = $this->LocaleManager;
    47     $this->LinkLocaleExceptions = array('images', 'style', 'tmp');
     47    $this->LinkLocaleExceptions = array('images', 'style', 'tmp', 'files');
    4848
    4949    $this->PathItems = ProcessURL();
Note: See TracChangeset for help on using the changeset viewer.