Commit b5e2816b authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #1857 check all the plugin for () in the code

Showing with 1 addition and 1 deletion
+1 -1
...@@ -177,7 +177,7 @@ class posixAccount extends simplePlugin ...@@ -177,7 +177,7 @@ class posixAccount extends simplePlugin
'icon' => 'images/lists/locked.png', 'icon' => 'images/lists/locked.png',
'attrs' => array( 'attrs' => array(
new SelectAttribute( new SelectAttribute(
_('Trust mode'), _(''), _('Trust mode'), _('Type of authorization for those hosts'),
'trustMode', FALSE, 'trustMode', FALSE,
array('', 'fullaccess', 'byhost'), array('', 'fullaccess', 'byhost'),
'', '',
......
  • bmortier @bmortier

    mentioned in issue #660

    By bmortier on 2017-09-02T14:54:37 (imported from GitLab)

    ·

    mentioned in issue #660

    By bmortier on 2017-09-02T14:54:37 (imported from GitLab)

    Toggle commit list
Supports Markdown
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