From bc63c5c0e8792ae43863641cb7fe15abeb8166d7 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 7 Dec 2012 11:14:44 +0000 Subject: [PATCH] $messageIfEmpty --> $this->_messageIfEmpty git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8622 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/WantedPagesOld.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/WantedPagesOld.php b/lib/plugin/WantedPagesOld.php index f1c817de9..d0f84600f 100644 --- a/lib/plugin/WantedPagesOld.php +++ b/lib/plugin/WantedPagesOld.php @@ -148,7 +148,7 @@ class WikiPlugin_WantedPagesOld if ($c > 0) return $this->_generateTable($caption); else - return HTML(HTML::p($caption), HTML::p($messageIfEmpty)); + return HTML(HTML::p($caption), HTML::p($this->_messageIfEmpty)); } } -- 2.45.0