_pagename); } function getDefaultArguments() { return array('exclude' => '', 'include_self' => 0, 'noheader' => 0, 'page' => '[pagename]', 'description' => $this->getDescription(), 'reclimit' => 2, 'info' => false, 'direction' => 'back', 'firstreversed' => false, 'excludeunknown' => true, 'includepages' => 'words=50' ); } function run($dbi, $argstr, &$request, $basepage) { return WikiPlugin_SiteMap::run($dbi, $argstr, $request, $basepage); } } // $Log: not supported by cvs2svn $ // Revision 1.1 2004/02/17 12:11:36 rurban // added missing 4th basepage arg at plugin->run() to almost all plugins. This caused no harm so far, because it was silently dropped on normal usage. However on plugin internal ->run invocations it failed. (InterWikiSearch, IncludeSiteMap, ...) // // For emacs users // Local Variables: // mode: php // tab-width: 8 // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: ?>