missing svn:keywords property
[lhc/web/wiklou.git] / includes / api / ApiRollback.php
index 6d72012..d0c323d 100644 (file)
@@ -28,7 +28,7 @@ if (!defined('MEDIAWIKI')) {
 }
 
 /**
- * @addtogroup API
+ * @ingroup API
  */
 class ApiRollback extends ApiBase {
 
@@ -68,7 +68,6 @@ class ApiRollback extends ApiBase {
                        // We don't care about multiple errors, just report one of them
                        $this->dieUsageMsg(current($retval));
 
-               $this->getMain()->scheduleCommit();
                $current = $target = $summary = NULL;
                extract($details);