add default groupdirectory route
This commit is contained in:
parent
16c24b66bb
commit
fa18e6365e
@ -132,6 +132,11 @@ class DirectoryPlugin extends Plugin
|
||||
array('filter' => '([0-9a-zA-Z_]{1,64}|0-9)')
|
||||
);
|
||||
|
||||
$m->connect(
|
||||
'groups',
|
||||
array('action' => 'groupdirectory')
|
||||
);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user