From dd52a21a26a82984e43f571a1300b8d54fae55f3 Mon Sep 17 00:00:00 2001 From: Denis Shakhov Date: Tue, 30 Dec 2014 21:05:16 +0700 Subject: [PATCH] =?UTF-8?q?Fixes=20#584=20=D0=9F=D0=BE=D1=81=D0=BB=D0=B5?= =?UTF-8?q?=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D0=B8=D1=8F=20=D0=BF=D1=80=D0=BE=D0=BF=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D0=B5=D1=82=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA=D0=B0?= =?UTF-8?q?=20"=D0=A0=D0=B5=D0=B4=D0=B0=D1=82=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/classes/actions/ActionAjax.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/classes/actions/ActionAjax.class.php b/application/classes/actions/ActionAjax.class.php index c2f57e75..d91a63f7 100644 --- a/application/classes/actions/ActionAjax.class.php +++ b/application/classes/actions/ActionAjax.class.php @@ -1870,6 +1870,7 @@ class ActionAjax extends Action $oViewerLocal = $this->Viewer_GetLocalViewer(); $oViewerLocal->Assign('oUserCurrent', $this->oUserCurrent); $oViewerLocal->Assign('oneComment', true, true); + $oViewerLocal->Assign('useEdit', true, true); if ($oComment->getTargetType() == 'topic') { $oViewerLocal->Assign('useFavourite', true, true);