From fe44ef7ddb6e98cfa05c25344691706d11ce17d8 Mon Sep 17 00:00:00 2001 From: gevorgmansuryan Date: Fri, 7 Nov 2025 07:30:31 +0400 Subject: [PATCH 1/2] Broken weary-emoji in installer example content for poll module #893 --- Events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Events.php b/Events.php index 04bee805..88479d04 100644 --- a/Events.php +++ b/Events.php @@ -154,7 +154,7 @@ public static function onSampleDataInstall($event) $poll->vote([3]); $comment = new \humhub\modules\comment\models\Comment(); - $comment->message = Yii::t('PollsModule.base', "Again? ;Weary;"); + $comment->message = Yii::t('PollsModule.base', "Again? :weary:"); $comment->object_model = $poll->className(); $comment->object_id = $poll->getPrimaryKey(); $comment->save(); From 98c97ce60f2675276cc2603bfd3e19b4501443b7 Mon Sep 17 00:00:00 2001 From: gevorgmansuryan Date: Fri, 7 Nov 2025 07:32:15 +0400 Subject: [PATCH 2/2] Broken weary-emoji in installer example content for poll module #893 --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8abb6ea8..dca322d8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,7 @@ Changelog ---------------------- - Enh #148: Migration to Bootstrap 5 for HumHub 1.18 - Enh #159: Implemented `module-coding-standards` +- Fix #161: Fixed `weary-emoji` in installer example content 1.3.11 (Unreleased) ---------------------