From 99044a16170d781943d9fe4c7b42bf037dfe9cac Mon Sep 17 00:00:00 2001 From: vargenau Date: Wed, 17 Apr 2013 13:15:30 +0000 Subject: [PATCH] protected function extractParts git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8766 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/IncludePage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/IncludePage.php b/lib/plugin/IncludePage.php index cbdc7545b..c404f2f5c 100644 --- a/lib/plugin/IncludePage.php +++ b/lib/plugin/IncludePage.php @@ -179,7 +179,7 @@ class WikiPlugin_IncludePage * handles the arguments: section, sectionhead, lines, words, bytes, * for UnfoldSubpages, IncludePage, ... */ - function extractParts($c, $pagename, $args) + protected function extractParts($c, $pagename, $args) { extract($args); -- 2.42.0