Index: trunk/phase3/includes/api/ApiQueryWatchlist.php |
— | — | @@ -62,9 +62,7 @@ |
63 | 63 | $allrev = $start = $end = $namespace = $dir = $limit = $prop = null; |
64 | 64 | extract($this->extractRequestParams()); |
65 | 65 | |
66 | | - if (!is_null($prop)) { |
67 | | - if (!is_null($resultPageSet)) |
68 | | - $this->dieUsage($this->encodeParamName('prop') . ' parameter may not be used in a generator', 'params'); |
| 66 | + if (!is_null($prop) && is_null($resultPageSet)) { |
69 | 67 | |
70 | 68 | $prop = array_flip($prop); |
71 | 69 | |