We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 341e5c0 + cc099e8 commit f3fc00eCopy full SHA for f3fc00e
Ncstate/Service/Dining.php
@@ -312,6 +312,7 @@ protected function _request($method, $args)
312
313
// The response will always have a wrapper element that is the version of the API we're using.
314
// We don't care about that, so we'll strip it out
315
+ //Check that _lastParsedResponse is not null first or a cron error will be thrown
316
if ($this->_lastParsedResponse != NULL) {
317
$this->_lastParsedResponse = array_pop($this->_lastParsedResponse);
318
}
0 commit comments