Remove dead local vars in UsercreateTemplate
authorjeroendedauw <jeroendedauw@gmail.com>
Mon, 7 Sep 2015 19:46:29 +0000 (21:46 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 10 Sep 2015 19:28:45 +0000 (19:28 +0000)
Change-Id: I61738d0d1c1355fdd9a192ab0edf73a78ae3546c

includes/templates/Usercreate.php

index c17d575..a39690a 100644 (file)
@@ -38,8 +38,6 @@ class UsercreateTemplate extends BaseTemplate {
        }
 
        function execute() {
        }
 
        function execute() {
-               global $wgCookieExpiration;
-               $expirationDays = ceil( $wgCookieExpiration / ( 3600 * 24 ) );
 ?>
 <div class="mw-ui-container">
        <?php if ( $this->haveData( 'languages' ) ) { ?>
 ?>
 <div class="mw-ui-container">
        <?php if ( $this->haveData( 'languages' ) ) { ?>