Changeset 838 for trunk/Modules/Search/Search.php
- Timestamp:
- Jan 9, 2016, 11:45:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Search/Search.php
r816 r838 5 5 var $SearchItems; 6 6 7 function __construct( $System)7 function __construct(System $System) 8 8 { 9 9 parent::__construct($System); … … 17 17 } 18 18 19 function Start()19 function doStart() 20 20 { 21 21 $this->System->RegisterPage('search', 'PageSearch');
Note:
See TracChangeset
for help on using the changeset viewer.