Skip to content
Snippets Groups Projects
Commit 662298a2 authored by Damian Lee's avatar Damian Lee Committed by Tim Plunkett
Browse files

Fixed ViewsDisplay constructor display options location

parent 65d6740e
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ class ViewsDisplay {
public $display_options;
function __construct(array $display_options = array()) {
$this->display_options = $display_options;
$this->display_options = $display_options['display_options'];
if (!empty($display_options)) {
$this->display_plugin = $display_options['display_plugin'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment