[PR #851] [MERGED] Fix: HTML to text process is broken #1091

Closed
opened 2026-02-25 21:37:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/851
Author: @Shadow243
Created: 12/21/2023
Status: Merged
Merged: 1/4/2024
Merged by: @josaphatim

Base: masterHead: text-process-is-broken


📝 Commits (1)

  • 8086fea Fix HTML to text process is broken

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 modules/core/message_functions.php (+1 -1)

📄 Description

Fixing Issue: https://github.com/cypht-org/cypht/issues/850

This commit addresses an issue caused by the previous commit (Commit: github.com/cypht-org/cypht@811966cba0 (diff-fb847a047f)) that resolved a deprecation error. The error was fixed, but the incorrect function, htmlentities, was used instead of the correct function, html_entity_decode. This commit corrects that and ensures the proper function is used to address the deprecation error.

Related Issue:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/851 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 12/21/2023 **Status:** ✅ Merged **Merged:** 1/4/2024 **Merged by:** [@josaphatim](https://github.com/josaphatim) **Base:** `master` ← **Head:** `text-process-is-broken` --- ### 📝 Commits (1) - [`8086fea`](https://github.com/cypht-org/cypht/commit/8086feaffa9228f7c0425e94af60ab02272e027c) Fix HTML to text process is broken ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/message_functions.php` (+1 -1) </details> ### 📄 Description Fixing Issue: https://github.com/cypht-org/cypht/issues/850 This commit addresses an issue caused by the previous commit (Commit: https://github.com/cypht-org/cypht/commit/811966cba0dc7ec935310c06fa32498fc134de38#diff-fb847a047f39596c5eb56b8d842486eec3cc7cc15a7aa2417dd6cf8625da75e4) that resolved a deprecation error. The error was fixed, but the incorrect function, `htmlentities`, was used instead of the correct function, `html_entity_decode`. This commit corrects that and ensures the proper function is used to address the deprecation error. Related Issue: - https://github.com/cypht-org/cypht/issues/850 - Fixes: https://github.com/cypht-org/cypht/issues/837 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1091
No description provided.