@@ -87,7 +87,7 @@ |
||
87 | 87 | * Converts the selected options according to the multiple_storagemode setting. |
88 | 88 | * |
89 | 89 | * @return mixed The data converted to the final data storage. |
90 | - */ |
|
90 | + */ |
|
91 | 91 | function convert_multiple_to_storage() |
92 | 92 | { |
93 | 93 | switch ($this->config['type_config']['multiple_storagemode']) { |
@@ -244,8 +244,8 @@ |
||
244 | 244 | } |
245 | 245 | } elseif ( $item_name == 'username' |
246 | 246 | && $object instanceof midcom_db_person) { |
247 | - $account = new midcom_core_account($object); |
|
248 | - return $account->get_username(); |
|
247 | + $account = new midcom_core_account($object); |
|
248 | + return $account->get_username(); |
|
249 | 249 | } |
250 | 250 | return $object->$item_name; |
251 | 251 | } |
@@ -22,7 +22,7 @@ |
||
22 | 22 | $this->config['type_config']['privilege_name'], |
23 | 23 | $this->config['type_config']['assignee'], |
24 | 24 | $this->config['type_config']['classname'] |
25 | - ); |
|
25 | + ); |
|
26 | 26 | |
27 | 27 | return $source->__get('value'); |
28 | 28 | } |