This commit is contained in:
Shoghi Cervantes 2013-05-25 19:29:24 +02:00
parent a538543e4c
commit a153f2ebdc

View File

@ -196,6 +196,8 @@ class Entity extends Position{
$this->close();
return false;
}
}else{
$this->close();
}
return true;
}