From 3190034251369db5a8720377d6ebe125d66845f4 Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 1 Apr 2005 16:09:35 +0000 Subject: [PATCH] fix defaults in RecentChanges plugins: e.g. invalid pagenames for PageHistory git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4642 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/RecentChanges.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/plugin/RecentChanges.php b/lib/plugin/RecentChanges.php index 06508859b..3d4e94ff0 100644 --- a/lib/plugin/RecentChanges.php +++ b/lib/plugin/RecentChanges.php @@ -1,5 +1,5 @@ getDefaultArguments()); + if (!$defaults) $defaults = $this->getDefaultArguments(); + $args = WikiPlugin::getArgs($argstr, $request, $defaults); $action = $request->getArg('action'); if ($action != 'browse' && ! $request->isActionPage($action)) @@ -923,6 +924,9 @@ class DayButtonBar extends HtmlElement { } // $Log: not supported by cvs2svn $ +// Revision 1.107 2005/02/04 13:45:28 rurban +// improve box layout a bit +// // Revision 1.106 2005/02/02 19:39:10 rurban // honor show_all=false // -- 2.45.0