Ignore:
Timestamp:
Jan 9, 2016, 11:10:49 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Page class separated to basic Page class and to BaseView class which is project specific.
  • Fixed: RSS channel list was not displayed.
  • Modified: Database updates specific for project moved to Application directory.
File:
1 edited

Legend:

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

    r738 r782  
    4343    foreach($this->RSSChannels as $Channel)
    4444    {
    45       if($this->System->User->Licence($Channel['Permission']))
     45      //if($this->System->User->Licence($Channel['Permission']))
    4646        $Output .= ' <link rel="alternate" title="'.$Channel['Title'].'" href="'.
    4747          $this->System->Link('/rss/?channel='.$Channel['Channel']).'" type="application/rss+xml" />';
Note: See TracChangeset for help on using the changeset viewer.