Changeset 782 for trunk/Modules/RSS/RSS.php
- Timestamp:
- Jan 9, 2016, 11:10:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/RSS/RSS.php
r738 r782 43 43 foreach($this->RSSChannels as $Channel) 44 44 { 45 if($this->System->User->Licence($Channel['Permission']))45 //if($this->System->User->Licence($Channel['Permission'])) 46 46 $Output .= ' <link rel="alternate" title="'.$Channel['Title'].'" href="'. 47 47 $this->System->Link('/rss/?channel='.$Channel['Channel']).'" type="application/rss+xml" />';
Note:
See TracChangeset
for help on using the changeset viewer.