]> source.dussan.org Git - nextcloud-server.git/commitdiff
$defaults is not necessary here - merge artifact
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 1 Oct 2013 22:34:13 +0000 (00:34 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 1 Oct 2013 22:34:13 +0000 (00:34 +0200)
core/templates/layout.user.php

index 98e54a222a3c53f356d0aa9a29f4b932274ac35b..2fccfd1f71955030a700b1295fc762165ead902d 100644 (file)
@@ -6,8 +6,6 @@
 <!--[if gt IE 9]><html class="ng-csp ie"><![endif]-->
 <!--[if !IE]><!--><html class="ng-csp"><!--<![endif]-->
 
-       <?php $defaults = new OC_Defaults(); // initialize themable default strings and urls ?>
-
        <head data-user="<?php p($_['user_uid']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>">
                <title>
                        <?php p(!empty($_['application'])?$_['application'].' | ':'');