From df24fa2207f56909084c613495b6f235b351c640 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 24 Mar 2023 23:44:05 +0100 Subject: Fix warning when tagging entries (#5221) ``` File not found: `/views/tag/tagEntry.phtml` ``` Because we had no view file for this call. --- app/views/tag/tagEntry.phtml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 app/views/tag/tagEntry.phtml (limited to 'app/views') diff --git a/app/views/tag/tagEntry.phtml b/app/views/tag/tagEntry.phtml new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3