Changeset 6670 for trunk/src/includes/admin/converters/Example.php
- Timestamp:
- 08/27/2017 11:24:00 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/converters/Example.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/converters/Example.php
r6573 r6670 20 20 * Main Constructor 21 21 */ 22 function __construct() {22 public function __construct() { 23 23 parent::__construct(); 24 $this->setup_globals();25 24 } 26 25
Note: See TracChangeset
for help on using the changeset viewer.