mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix coding standards
This commit is contained in:
@@ -454,13 +454,13 @@ class searchEngine_options implements Serializable
|
||||
{
|
||||
$tmpvalue = (array) $value;
|
||||
$value = array();
|
||||
|
||||
|
||||
foreach($tmpvalue as $k=>$data)
|
||||
{
|
||||
$k = ctype_digit($k) ? (int) $k : $k;
|
||||
$value[$k] = $data;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
$this->$key = $value;
|
||||
|
Reference in New Issue
Block a user