Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
bug fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
dancryer committed May 22, 2011
1 parent 6f115b6 commit 6ee2c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chill.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function getView($design, $view, $key = null, $params = array())
}

$url = '_design/'.$design.'/_view/'.$view.'?'.implode('&', $query);

if(is_array($key))
{
$rtn = $this->getViewByPost($url, $key);
Expand All @@ -117,7 +117,7 @@ public function getView($design, $view, $key = null, $params = array())

$url .= '&key='.$key;
}

$rtn = $this->getViewByGet($url);
}

Expand Down

0 comments on commit 6ee2c55

Please sign in to comment.