From: Sabri L. <sab...@st...> - 2007-09-25 13:04:03
|
Hi all, I'm trying to get my unfoldSubpages plugin working in my phpwiki-1.3.12. = I upgraded these files to the latest cvs version. - lib/plugin/UnfoldSubpages.php - lib/plugin/IncludePage.php - lib/WikiPlugin.php The plugin worked but it still show a notice after saving the page: lib/plugin/IncludePage.php:62: Notice: Undefined variable 'page'. lib/plugin/IncludePage.php:64: Notice: Undefined variable 'page'. Not sure this var was created by previous extract() (line 60). Does any body know how to remove this notice ? Thanks, --Sabri. |