API: Fix parameter validation in setnotificationtimestamp
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 15 Mar 2013 18:03:19 +0000 (14:03 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 21 Mar 2013 13:07:33 +0000 (09:07 -0400)
commit6aa1328c24c21006384061b0a27f8b17498b789b
tree281a1ea316262c735da6ab2a07fea0a06ceb7261
parent78e45b47f6fc643c16712b787188b24800547f3a
API: Fix parameter validation in setnotificationtimestamp

This was broken in I7a3d7b6e, when the ApiPageSet parameters stopped
being returned by getAllowedParams() and so by extractRequestParams().
Although it would be broken differently if they had been.

Change-Id: I4b6ec21fd7b7c932856546df1ccad574d996db1f
includes/api/ApiPageSet.php
includes/api/ApiSetNotificationTimestamp.php