Add bridge info: maintainer
This commit is contained in:
parent
7bee777362
commit
6956468b64
3 changed files with 11 additions and 4 deletions
lib
|
@ -137,7 +137,7 @@ class Bridge{
|
|||
|
||||
$listBridge = array();
|
||||
|
||||
$searchCommonPattern = array('description', 'name');
|
||||
$searchCommonPattern = array('maintainer', 'description', 'name');
|
||||
|
||||
$dirFiles = scandir($pathDirBridge);
|
||||
if( $dirFiles !== false ){
|
||||
|
@ -184,4 +184,4 @@ class Bridge{
|
|||
|
||||
return $listBridge;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue