Changeset 3333:11107ba2fc59 for inc/core/class.dc.modules.php
- Timestamp:
- 09/01/16 12:21:43 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.modules.php
r3135 r3333 283 283 (currently available keys : permissions, priority, type) 284 284 */ 285 public function registerModule($name,$desc,$author,$version, 285 public function registerModule($name,$desc,$author,$version,$properties = array()) 286 286 { 287 287 if ($this->disabled_mode) { … … 320 320 'type' => null, 321 321 'enabled' => true, 322 'requires' => array() 322 'requires' => array(), 323 'settings' => array() 323 324 ), $properties 324 325 );
Note: See TracChangeset
for help on using the changeset viewer.