small dedi fix
This commit is contained in:
parent
812a4c0d81
commit
474bf84d24
@ -447,7 +447,7 @@ class Dedimania implements CallbackListener, TimerListener, Plugin {
|
|||||||
* @param bool $reset
|
* @param bool $reset
|
||||||
*/
|
*/
|
||||||
private function fetchDedimaniaRecords($reset = true) {
|
private function fetchDedimaniaRecords($reset = true) {
|
||||||
if ($this->dedimaniaData->sessionId == '') {
|
if (!$this->dedimaniaData || $this->dedimaniaData->sessionId == '') {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user