Index: trunk/extensions/UserDailyContribs/api/ApiUserDailyContribs.php |
— | — | @@ -19,6 +19,8 @@ |
20 | 20 | ($user->getEditCount() == NULL)?0:$user->getEditCount() ); |
21 | 21 | //returns YYYY-MM-DD-HH-MM-SS format |
22 | 22 | $result->addValue( $this->getModuleName() , |
| 23 | + 'id', $user->getId() ); |
| 24 | + $result->addValue( $this->getModuleName() , |
23 | 25 | 'registration', $user->getRegistration() ); |
24 | 26 | $result->addValue( $this->getModuleName() , |
25 | 27 | 'timeFrameEdits', getUserEditCountSince( $now - ($days * 60 *60 *24) )); |