Commit 06c3086d by Jason Ragsdale

Fixed where we remove invalid items

parent 2ee8f894
......@@ -60,9 +60,9 @@ class Alert extends \yii\bootstrap\Widget
'closeButton' => $this->closeButton,
'options' => $this->options,
]);
}
$session->removeFlash($type);
$session->removeFlash($type);
}
}
}
}
Markdown is supported
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