|
@@ -339,6 +339,7 @@ class Journal extends Core
|
|
|
|
|
|
|
|
|
if (!$this->data['active']) {
|
|
|
+ $this->data['active'] = (object) array();
|
|
|
return $this->data;
|
|
|
}
|
|
|
|
|
@@ -386,6 +387,7 @@ class Journal extends Core
|
|
|
|
|
|
|
|
|
if (!$this->data['active']) {
|
|
|
+ $this->data['active'] = (object) array();
|
|
|
return $this->data;
|
|
|
}
|
|
|
|