EditPage: Hard deprecate submit()
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 5 Sep 2017 06:09:55 +0000 (23:09 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 5 Sep 2017 06:31:53 +0000 (23:31 -0700)
Change-Id: I456139a8bd968dd3199225d6526624e778ed3381

includes/EditPage.php

index 7a8236c..8bccb0d 100644 (file)
@@ -511,6 +511,7 @@ class EditPage {
         * @deprecated since 1.29, call edit directly
         */
        public function submit() {
         * @deprecated since 1.29, call edit directly
         */
        public function submit() {
+               wfDeprecated( __METHOD__, '1.29' );
                $this->edit();
        }
 
                $this->edit();
        }