Skip to content

Commit

Permalink
Merge pull request #390 from lloricode/patch-1
Browse files Browse the repository at this point in the history
convert to array
  • Loading branch information
scoumbourdis authored Feb 3, 2017
2 parents 6c2f342 + dfb1873 commit b316a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/Examples.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function __construct()

public function _example_output($output = null)
{
$this->load->view('example.php',$output);
$this->load->view('example.php',(array)$output);
}

public function offices()
Expand Down Expand Up @@ -245,4 +245,4 @@ public function customers_management2()
}
}

}
}

0 comments on commit b316a50

Please sign in to comment.