mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 18:06:54 +01:00
* [DEV] Improved Authenticator plugin key management
This commit is contained in:
@@ -41,7 +41,7 @@ class ArrayUtil
|
||||
* @param object $default Valor por defecto
|
||||
* @return false|object
|
||||
*/
|
||||
public static function searchInObject(array &$array, $property, $value, $default = null)
|
||||
public static function searchInObject(array $array, $property, $value, $default = null)
|
||||
{
|
||||
foreach($array as $object) {
|
||||
if ($value == $object->$property) {
|
||||
|
||||
Reference in New Issue
Block a user