Changeset 862 for trunk/Modules


Ignore:
Timestamp:
Jan 22, 2016, 4:49:21 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Setup need to work without any app module installed.
Location:
trunk/Modules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/Page.php

    r859 r862  
    705705      $DbRow = $DbResult->fetch_row();
    706706      $PageList = GetPageList($DbRow[0]);
    707       $Output = '<h3>'.T('Statistic of coplection selected groups').'</h3>'.
     707      $Output = '<h3>'.T('Statistic of completion selected groups').'</h3>'.
    708708        $PageList['Output'];
    709709
  • trunk/Modules/News/News.php

    r854 r862  
    2525    $this->RegisterRSS(array('Title' => T('News'), 'Channel' => 'news',
    2626      'Callback' => array('PageNews', 'ShowRSS'), 'Permission' => LICENCE_ANONYMOUS));
     27    $this->System->RegisterPageHeader('New', array($this, 'ShowRSSHeader'));
    2728  }
    2829
Note: See TracChangeset for help on using the changeset viewer.