Feed update for rarbg

This commit is contained in:
2022-02-09 22:02:01 +01:00
parent 00f2b4c403
commit 25c0f66cff
3 changed files with 16 additions and 9 deletions

View File

@@ -103,7 +103,7 @@ class PhpObject
$this->asMessageStack[self::ERROR_TAB]
);
}
else $asMessages = $this->asMessageStack[$sType];
else $asMessages = $this->asMessageStack[$sType] ?? array();
$this->resetMessageStack($sType);
return $this->glueMessages($asMessages);
@@ -187,6 +187,4 @@ class PhpObject
{
$this->cleanMessageStack();
}
}
?>
}