|
CVS: phpwiki/lib PageType.php,1.38,1.39: msg#00122web.wiki.phpwiki.checkins
Update of /cvsroot/phpwiki/phpwiki/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29316/lib Modified Files: PageType.php Log Message: fix bogus InterWikiMap warning Index: PageType.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/PageType.php,v retrieving revision 1.38 retrieving revision 1.39 diff -u -2 -b -p -d -r1.38 -r1.39 --- PageType.php 26 Dec 2004 17:10:44 -0000 1.38 +++ PageType.php 25 Jan 2005 06:59:35 -0000 1.39 @@ -135,5 +135,5 @@ class PageType_interwikimap extends Page $pagetext = $current->getPackedContent(); $intermap = $this->_getMapFromWikiText($pagetext); - } else { + } elseif ($page->exists()) { trigger_error(_("WARNING: InterWikiMap page is unlocked, so not using those links.")); $intermap = false; @@ -455,4 +455,7 @@ class PageFormatter_pdf extends PageForm } // $Log$ +// Revision 1.39 2005/01/25 06:59:35 rurban +// fix bogus InterWikiMap warning +// // Revision 1.38 2004/12/26 17:10:44 rurban // just docs or whitespace ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | CVS: phpwiki/lib PageList.php,1.128,1.129 WikiDB.php,1.122,1.123 WikiUserNew.php,1.122,1.123: 00122, Reini Urban |
|---|---|
| Next by Date: | CVS: phpwiki/lib Request.php,1.87,1.88: 00122, Reini Urban |
| Previous by Thread: | CVS: phpwiki/lib PageList.php,1.128,1.129 WikiDB.php,1.122,1.123 WikiUserNew.php,1.122,1.123i: 00122, Reini Urban |
| Next by Thread: | CVS: phpwiki/lib Request.php,1.87,1.88: 00122, Reini Urban |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |