From 5ec568bf16ed223079c1a0456e8e2f010673ea2f Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Fri, 2 Jan 2015 03:37:58 +0900 Subject: [PATCH] refs #1738 : bugfix - context object did not call. - --- library/view/mobileView.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/view/mobileView.php b/library/view/mobileView.php index 79381fd2a..df9f63397 100644 --- a/library/view/mobileView.php +++ b/library/view/mobileView.php @@ -159,6 +159,7 @@ function printMobileCommentView($entryId) { } function printMobileCommentFormView($entryId) { + $context = Model_Context::getInstance(); ?>