From 4d0b242a3fdf70d72eab71d04f31608d188e05d4 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sun, 16 Oct 2016 02:24:31 +0300 Subject: [PATCH] Fixed wrong concatenation operator --- protected/humhub/modules/post/views/post/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protected/humhub/modules/post/views/post/edit.php b/protected/humhub/modules/post/views/post/edit.php index a19700330d..70df44684e 100644 --- a/protected/humhub/modules/post/views/post/edit.php +++ b/protected/humhub/modules/post/views/post/edit.php @@ -6,7 +6,7 @@ use yii\helpers\Url; ?>
- 'post-edit-form_'+$post->id]); ?> + 'post-edit-form_' . $post->id]); ?>