mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Add curly braces
This commit is contained in:
@@ -100,8 +100,10 @@ abstract class set_abstract implements IteratorAggregate
|
||||
public function __isset($key)
|
||||
{
|
||||
trigger_error("Unable to use magic method get for key $key");
|
||||
if (isset($this->$key))
|
||||
if (isset($this->$key)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user