From 607ec8e88f0bd5f0219f338f0b5b6b4c6554754f Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 22 Nov 2012 02:20:28 +0000 Subject: [PATCH] Avoid warning message git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8522 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/AppendText.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/AppendText.php b/lib/plugin/AppendText.php index 5f776b162..5478de05f 100644 --- a/lib/plugin/AppendText.php +++ b/lib/plugin/AppendText.php @@ -85,7 +85,7 @@ class WikiPlugin_AppendText if ($pagename != _("AppendText")) return HTML($request->redirect(WikiURL($pagename, false, 'absurl'), false)); } - return ''; + return HTML(); } $page = $dbi->getPage($pagename); -- 2.45.0