From 685486c86ef6fd54ae4c9907bb73a456e6c74490 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Mon, 16 Feb 2015 16:04:50 +0900 Subject: [PATCH] =?UTF-8?q?#1198=20=EC=9D=98=EB=AF=B8=20=EC=97=86=EB=8A=94?= =?UTF-8?q?=20=EC=BD=94=EB=93=9C=20=ED=95=9C=20=EC=A4=84=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/board/board.view.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/board/board.view.php b/modules/board/board.view.php index 96a103f9d..18aeed71a 100644 --- a/modules/board/board.view.php +++ b/modules/board/board.view.php @@ -270,7 +270,6 @@ class boardView extends board // if the document is TEMP saved, check Grant if($oDocument->getStatus() == 'TEMP') { - $logged_info = Context::get('logged_info'); if(!$oDocument->isGranted()) { $oDocument = $oDocumentModel->getDocument(0);