Index: branches/RL2/extensions/Gadgets/backend/ForeignAPIGadgetRepo.php |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | if ( is_array( $apiResult ) ) { |
40 | 40 | return $this->reformatAPIResult( $apiResult ); |
41 | 41 | } else { |
42 | | - // TODO what do we do with the error mesage? loadAllData() doesn't have a facility for this |
| 42 | + // TODO what do we do with the error message? loadAllData() doesn't have a facility for this |
43 | 43 | return array(); |
44 | 44 | } |
45 | 45 | } |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | $formatted = $this->reformatAPIResult( $apiResult ); |
51 | 51 | return $formatted[0]; |
52 | 52 | } else { |
53 | | - // TODO what do we do with the error mesage? loadAllData() doesn't have a facility for this |
| 53 | + // TODO what do we do with the error message? loadAllData() doesn't have a facility for this |
54 | 54 | return array(); |
55 | 55 | } |
56 | 56 | } |