Merge "Revert "Log the reason why revision->getContent() returns null""
[lhc/web/wiklou.git] / includes / api / ApiQueryTags.php
index 1b154fa..ed5fe8a 100644 (file)
@@ -1,9 +1,5 @@
 <?php
 /**
- *
- *
- * Created on Jul 9, 2009
- *
  * Copyright © 2009
  *
  * This program is free software; you can redistribute it and/or modify
@@ -141,9 +137,8 @@ class ApiQueryTags extends ApiQueryBase {
                                ApiBase::PARAM_MAX2 => ApiBase::LIMIT_BIG2
                        ],
                        'prop' => [
-                               ApiBase::PARAM_DFLT => 'name',
+                               ApiBase::PARAM_DFLT => '',
                                ApiBase::PARAM_TYPE => [
-                                       'name',
                                        'displayname',
                                        'description',
                                        'hitcount',