Some weird people are using HTMLForm without a submission callback.
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 5 May 2010 02:42:03 +0000 (02:42 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 5 May 2010 02:42:03 +0000 (02:42 +0000)
includes/HTMLForm.php

index 636e0d0..e61bbba 100644 (file)
@@ -195,9 +195,6 @@ class HTMLForm {
                if ( ! $this->mTitle ) {
                        throw new MWException( "You must call setTitle() on an HTMLForm" );
                }
-               if ( ! $this->mSubmitCallback ) {
-                       throw new MWException( "You must set a submission callback" );
-               }
                
                $html = '';