From 3d2d79987b3f362ba50b263f364d544626dc8a53 Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Tue, 16 Dec 2008 21:52:56 +0000 Subject: [PATCH] BUGFIX: CustomHeadTags requirements were being incorrectly cleared. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@69255 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/Requirements.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/Requirements.php b/core/Requirements.php index 30c139ea4..1f0361952 100644 --- a/core/Requirements.php +++ b/core/Requirements.php @@ -486,7 +486,6 @@ class Requirements_Backend { $this->customScript = array(); $this->customCSS = array(); $this->customHeadTags = array(); - $this->customHeadTags = ""; } }