Index: trunk/phase3/includes/api/ApiQueryLinks.php |
— | — | @@ -76,9 +76,9 @@ |
77 | 77 | $params = $this->extractRequestParams(); |
78 | 78 | |
79 | 79 | $this->addFields(array ( |
80 | | - $this->prefix . '_from pl_from', |
81 | | - $this->prefix . '_namespace pl_namespace', |
82 | | - $this->prefix . '_title pl_title' |
| 80 | + $this->prefix . '_from AS pl_from', |
| 81 | + $this->prefix . '_namespace AS pl_namespace', |
| 82 | + $this->prefix . '_title AS pl_title' |
83 | 83 | )); |
84 | 84 | |
85 | 85 | $this->addTables($this->table); |