SF.net SVN: phpwiki:[11028] trunk/pgsrc/PhpWikiManual
vargenau--- via phpwiki-checkins <[email protected]> Wed, 24 Aug 2022 10:48:56 +0000
| Newsgroups | gmane.comp.web.wiki.phpwiki.checkins |
|---|---|
| Message-ID | <[email protected]> |
Revision: 11028
http://sourceforge.net/p/phpwiki/code/11028
Author: vargenau
Date: 2022-08-24 10:48:56 +0000 (Wed, 24 Aug 2022)
Log Message:
-----------
PhpWikiManual: avoid recursion error in PHP 7.4
Modified Paths:
--------------
trunk/pgsrc/PhpWikiManual
Modified: trunk/pgsrc/PhpWikiManual
===================================================================
--- trunk/pgsrc/PhpWikiManual 2022-08-19 16:20:59 UTC (rev 11027)
+++ trunk/pgsrc/PhpWikiManual 2022-08-24 10:48:56 UTC (rev 11028)
@@ -1,4 +1,4 @@
-Date: Tue, 19 Apr 2022 15:40:30 +0000
+Date: Wed, 24 Aug 2022 12:45:50 +0000
Mime-Version: 1.0 (Produced by PhpWiki 1.6.1)
Content-Type: application/x-phpwiki;
pagename=PhpWikiManual;
@@ -34,7 +34,7 @@
<<IncludePage page="Help/Spreadsheet">>
<<IncludePage page="Help/PageList">>
<<IncludePage page="Help/Advice for Mediawiki users">>
-<<IncludePages pages=<!plugin-list BackLinks page=CategoryWikiPlugin sortby=pagename exclude="Template/*" limit=1000 !> >>
+<<IncludePages pages=<!plugin-list BackLinks page=CategoryWikiPlugin sortby=pagename exclude="PhpWikiManual,Template/*" limit=1000 !> >>
{| style="width:100%"
|- class="align-center"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.