Changeset 27780
- Timestamp:
- 02/09/10 12:32:28 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/diemPlugin/trunk/dmCorePlugin/lib/config/dmModuleManagerConfigHandler.php
r27739 r27780 112 112 protected function sortModuleTypes() 113 113 { 114 // We generally want writermodules first115 if($projectModules = dmArray::get($this->config, ' Project'))116 { 117 unset($this->config[' Project']);118 119 $this->config = array_merge(array(' Project' => $projectModules), $this->config);114 // We generally want content modules first 115 if($projectModules = dmArray::get($this->config, 'Content')) 116 { 117 unset($this->config['Content']); 118 119 $this->config = array_merge(array('Content' => $projectModules), $this->config); 120 120 } 121 121 }

