Fix spelling of LoadsDeferred

This commit is contained in:
David Molineus
2015-01-15 13:03:47 +01:00
parent 1cc48a4cc1
commit cdf870df3a

View File

@@ -65,8 +65,9 @@ class DataController
$this->encodeData($this->input['format'], $data);
} catch (\Exception $e) {
if (\Config::get('debugMode') || \Config::get('displayErrors')) {
throw $e;
}
throw $e;
$error = true;
}