mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fix for TFS 1.4.2 where conditions is NULL
This commit is contained in:
parent
b0c8cf2ecd
commit
b8396d4c84
@ -1752,11 +1752,6 @@ class OTS_Player extends OTS_Row_DAO
|
||||
*/
|
||||
public function getConditions()
|
||||
{
|
||||
if( !isset($this->data['conditions']) )
|
||||
{
|
||||
throw new E_OTS_NotLoaded();
|
||||
}
|
||||
|
||||
return $this->data['conditions'];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user