Make includable special pages extend IncludableSpecialPage so that it's easier to...
[lhc/web/wiklou.git] / includes / specials / SpecialRecentchangeslinked.php
index 610f9c4..e72157c 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 
@@ -25,8 +25,7 @@ class SpecialRecentchangeslinked extends SpecialRecentchanges {
        var $rclTargetTitle;
 
        function __construct(){
-               SpecialPage::SpecialPage( 'Recentchangeslinked' );
-               $this->includable( true );
+               parent::__construct( 'Recentchangeslinked' );
        }
 
        public function getDefaultOptions() {