Merge branch 'testing' into 0.9.x

Conflicts:
	lib/iomaster.php
This commit is contained in:
Brion Vibber
2010-02-16 09:25:09 -08:00
54 changed files with 1731 additions and 538 deletions

View File

@@ -1155,7 +1155,6 @@ class ApiAction extends Action
$this->elementStart('feed', array('xmlns' => 'http://www.w3.org/2005/Atom',
'xml:lang' => 'en-US',
'xmlns:thr' => 'http://purl.org/syndication/thread/1.0'));
Event::handle('StartApiAtom', array($this));
}
function endTwitterAtom()