Merge remote-tracking branch 'upstream/master'
Conflicts: bridges/Sexactu.php
This commit is contained in:
commit
a5f52b8789
100 changed files with 6776 additions and 158 deletions
lib
|
@ -137,7 +137,7 @@ class Bridge{
|
|||
|
||||
$listBridge = array();
|
||||
|
||||
$searchCommonPattern = array('description', 'name');
|
||||
$searchCommonPattern = array('maintainer', 'description', 'homepage', '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