Skip to content

Commit

Permalink
Update nokogiri.php
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
olamedia committed Feb 5, 2014
1 parent 1a97f28 commit 4beaf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nokogiri.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function getIterator(){
$a = $this->toArray();
return new ArrayIterator($a);
}
protected function _toTextArray($node = null, $skipChildren = false, $singleLevel = tru){
protected function _toTextArray($node = null, $skipChildren = false, $singleLevel = true){
$array = array();
if ($node === null){
if ($this->_dom instanceof DOMNodeList){
Expand Down

0 comments on commit 4beaf25

Please sign in to comment.