Index: trunk/phase3/includes/api/ApiQueryDeletedrevs.php |
— | — | @@ -107,6 +107,8 @@ |
108 | 108 | $lb = new LinkBatch($titles); |
109 | 109 | $where = $lb->constructSet('ar', $db); |
110 | 110 | $this->addWhere($where); |
| 111 | + } else { |
| 112 | + $this->dieUsage('You have to specify a page title or titles'); |
111 | 113 | } |
112 | 114 | |
113 | 115 | $this->addOption('LIMIT', $limit + 1); |