From 493e948146e3ab0b58f15adb533854d7edef1212 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Wed, 2 Oct 2013 00:34:13 +0200
Subject: [PATCH] $defaults is not necessary here - merge artifact

---
 core/templates/layout.user.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 98e54a222a..2fccfd1f71 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -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'].' | ':'');
-- 
GitLab