Skip to content
Snippets Groups Projects
Commit a90bceb8 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent e789c418
No related merge requests found
...@@ -181,7 +181,7 @@ abstract class AbstractBase ...@@ -181,7 +181,7 @@ abstract class AbstractBase
$user->saveResource( $user->saveResource(
$resource, $list, $resource, $list,
isset($params['mytags']) isset($params['mytags'])
? Tags::parse(trim($params['mytags'])) : array(), ? Tags::parse(trim($params['mytags'])) : array(),
isset($params['notes']) ? $params['notes'] : '' isset($params['notes']) ? $params['notes'] : ''
); );
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment