Skip to content

Commit

Permalink
Merge pull request #20 from dnjwaller/master
Browse files Browse the repository at this point in the history
Added comment code
  • Loading branch information
dnjwaller committed Jun 5, 2014
2 parents 341e5c0 + cc099e8 commit f3fc00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ncstate/Service/Dining.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ protected function _request($method, $args)

// The response will always have a wrapper element that is the version of the API we're using.
// We don't care about that, so we'll strip it out
//Check that _lastParsedResponse is not null first or a cron error will be thrown
if ($this->_lastParsedResponse != NULL) {
$this->_lastParsedResponse = array_pop($this->_lastParsedResponse);
}
Expand Down

0 comments on commit f3fc00e

Please sign in to comment.