diff options
Diffstat (limited to 'lib/api.php')
-rw-r--r-- | lib/api.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api.php b/lib/api.php index 7a99f48e8..9000fb4ba 100644 --- a/lib/api.php +++ b/lib/api.php @@ -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() |