Index: trunk/extensions/DonationInterface/gateway_forms/RapidHtml.php |
— | — | @@ -255,9 +255,6 @@ |
256 | 256 | * @param string $form_key The array key defining the whitelisted form path to fetch from $wg<gateway>AllowedHtmlForms |
257 | 257 | */ |
258 | 258 | public function set_html_file_path( $form_key ) { |
259 | | - //This ONE TIME, this is okay, because we actually want to compare to the default HTML form dir as well. |
260 | | - global $wgDonationInterfaceHtmlFormDir; |
261 | | - |
262 | 259 | $g = $this->gateway; |
263 | 260 | $gatewayFormDir = $g::getGlobal( 'HtmlFormDir' ); |
264 | 261 | $allowedForms = $g::getGlobal( 'AllowedHtmlForms' ); |