From 3a78c0fd16768daefbe17ee0ce7c45e27a98a862 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 22 Oct 2012 23:13:45 +0300 Subject: [PATCH] Sandbox Plugin: small fixes --- plugins/sandbox/sandbox.admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sandbox/sandbox.admin.php b/plugins/sandbox/sandbox.admin.php index 6b714dd..1c65a41 100644 --- a/plugins/sandbox/sandbox.admin.php +++ b/plugins/sandbox/sandbox.admin.php @@ -77,7 +77,7 @@ $_templates = Themes::getTemplates(); foreach($_templates as $template) { - $templates[] = basename($template, '.template.php'); + $templates[basename($template, '.template.php')] = basename($template, '.template.php'); } echo (