From c4ce2e1405b3e6077aab92e5fb1f4f1f9bf28087 Mon Sep 17 00:00:00 2001 From: qw5414 Date: Thu, 21 Jan 2016 22:44:20 +0900 Subject: [PATCH] =?UTF-8?q?#33=20=EC=98=A4=ED=83=80=EB=A1=9C=20=EC=9D=B8?= =?UTF-8?q?=ED=95=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95=20=EB=B0=8F?= =?UTF-8?q?=20=EC=A3=BC=EC=9D=98=ED=91=9C=EC=8B=9C=20=EC=B6=94=EA=B0=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiler.admin.controller.php | 3 ++- tpl/table.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/profiler.admin.controller.php b/profiler.admin.controller.php index 039728b..657df2a 100644 --- a/profiler.admin.controller.php +++ b/profiler.admin.controller.php @@ -138,7 +138,8 @@ function procProfilerAdminDeleteTable() function procProfilerAdminDeleteTablePiece() { - $table_name = Context::get('table_name'); + $vars = Context::getRequestVars(); + $table_name = $vars->table_name; $oDB = DB::getInstance(); $oDB->dropTable(substr($table_name, strlen($oDB->prefix))); diff --git a/tpl/table.html b/tpl/table.html index ac26ac1..cd89363 100644 --- a/tpl/table.html +++ b/tpl/table.html @@ -28,7 +28,7 @@ {@$enable_delete = TRUE} {$lang->notuse} -
+