Commit c3055b8a authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #5071 Fixes potential fatal error in DialogOrderedAttribute

Showing with 10 additions and 0 deletions
+10 -0
...@@ -241,6 +241,16 @@ class DialogOrderedArrayAttribute extends OrderedArrayAttribute ...@@ -241,6 +241,16 @@ class DialogOrderedArrayAttribute extends OrderedArrayAttribute
$this->attribute = FALSE; $this->attribute = FALSE;
} }
function getFilterBlackList ()
{
trigger_error("abstract method");
}
function getFilterWhiteList ()
{
return array();
}
function loadPostValue () function loadPostValue ()
{ {
if ($this->isVisible()) { if ($this->isVisible()) {
......
  • bmortier @bmortier

    mentioned in issue #1615

    By Côme Chilliet on 2017-09-02T15:32:43 (imported from GitLab)

    ·

    mentioned in issue #1615

    By Côme Chilliet on 2017-09-02T15:32:43 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment