Feed update for rarbg
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
}
|
||||
Reference in New Issue
Block a user