summaryrefslogtreecommitdiff
path: root/extensions/Gadgets/ApiQueryGadgets.php
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Gadgets/ApiQueryGadgets.php')
-rw-r--r--extensions/Gadgets/ApiQueryGadgets.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/extensions/Gadgets/ApiQueryGadgets.php b/extensions/Gadgets/ApiQueryGadgets.php
index 2a0d4645..c6d90781 100644
--- a/extensions/Gadgets/ApiQueryGadgets.php
+++ b/extensions/Gadgets/ApiQueryGadgets.php
@@ -76,6 +76,9 @@ class ApiQueryGadgets extends ApiQueryBase {
$data = array();
$result = $this->getResult();
+ /**
+ * @var $g Gadget
+ */
foreach ( $gadgets as $g ) {
$row = array();
if ( isset( $this->props['id'] ) ) {
@@ -217,6 +220,6 @@ class ApiQueryGadgets extends ApiQueryBase {
}
public function getVersion() {
- return __CLASS__ . ': $Id: ApiQueryGadgets.php 100509 2011-10-22 19:09:25Z liangent $';
+ return __CLASS__ . ': $Id$';
}
}