slawkens1
2017-05-04 17:36:08 +02:00
parent ef9d5127a2
commit 636a54c70d
4 changed files with 19 additions and 12 deletions

View File

@@ -176,7 +176,7 @@ class OTS_GuildRank extends OTS_Row_DAO implements IteratorAggregate, Countable
{
if( !isset($this->data['guild_id']) )
{
throw new E_OTS_NotLoaded();
return new OTS_Guild();
}
$guild = new OTS_Guild();