X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFormatPhp.php;h=fac2ca587d3e7021cc610915ccdcde03f742f497;hb=bdb20afd704f947dceff8a91093c7b1ac55d1299;hp=6d2e53a7dada866265837140e592b03ac86c92f7;hpb=457eb73b61d0eec867a1e8ce495cfd46ccbd1ac1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFormatPhp.php b/includes/api/ApiFormatPhp.php index 6d2e53a7da..fac2ca587d 100644 --- a/includes/api/ApiFormatPhp.php +++ b/includes/api/ApiFormatPhp.php @@ -1,10 +1,10 @@ @gmail.com + * Copyright © 2006 Yuri Astrakhan "@gmail.com" * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,11 +24,6 @@ * @file */ -if ( !defined( 'MEDIAWIKI' ) ) { - // Eclipse helper - will be ignored in production - require_once( 'ApiFormatBase.php' ); -} - /** * API Serialized PHP output formatter * @ingroup API