Index: trunk/extensions/MoodBar/ApiMoodBar.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | $item->save(); |
15 | 15 | |
16 | 16 | $result = array( 'result' => 'success' ); |
17 | | - $this->getResult()->addValue( null, $this->getModuleName(), |
| 17 | + $this->getResult()->addValue( null, $this->getModuleName(), $result ); |
18 | 18 | } |
19 | 19 | |
20 | 20 | public function needsToken() { |