From a6c3a98158e118ca596278a96d87d41aa7fb4078 Mon Sep 17 00:00:00 2001 From: notebook Date: Fri, 31 May 2013 22:02:19 +0200 Subject: [PATCH] blame Ema :P --- SSI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSI.php b/SSI.php index 17e04166ce..99b472c7c3 100644 --- a/SSI.php +++ b/SSI.php @@ -196,7 +196,7 @@ // Load the stuff like the menu bar, etc. if (isset($ssi_layers)) { - $template_layers = Template_Layers::getInstance() + $template_layers = Template_Layers::getInstance(); $template_layers->removeAll(); foreach ($ssi_layers as $layer) $template_layers->addBegin($layer);