Changeset 541 for trunk/Modules/News/News.php
- Timestamp:
- Jun 2, 2013, 10:33:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/News/News.php
r538 r541 23 23 $this->Description = 'News and news groups management'; 24 24 $this->Dependencies = array('User', 'Log', 'File'); 25 $this->SupportedModules = array('Search'); 25 26 } 26 27 … … 65 66 ), 66 67 )); 67 68 if($this->System->ModuleManager->ModulePresent('Search')) 69 { 70 $this->System->ModuleManager->Modules['Search']->RegisterSearch('Novinky', 'News', array('Title', 'Content')); 71 } 68 72 } 69 73
Note:
See TracChangeset
for help on using the changeset viewer.