Merge "Localisation updates from http://translatewiki.net."
[lhc/web/wiklou.git] / includes / api / ApiLogout.php
index 00dd625..2ba92a6 100644 (file)
  */
 class ApiLogout extends ApiBase {
 
-       public function __construct( $main, $action ) {
-               parent::__construct( $main, $action );
-       }
-
        public function execute() {
                $user = $this->getUser();
                $oldName = $user->getName();