SF.net SVN: phpwiki:[10760] trunk/lib/plugin/WikiAdminSelect.php

vargenau--- via phpwiki-checkins <[email protected]>
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10760
          http://sourceforge.net/p/phpwiki/code/10760
Author:   vargenau
Date:     2021-12-09 16:53:56 +0000 (Thu, 09 Dec 2021)
Log Message:
-----------
WikiAdminSelect plugin: remove &

Modified Paths:
--------------
    trunk/lib/plugin/WikiAdminSelect.php

Modified: trunk/lib/plugin/WikiAdminSelect.php
===================================================================
--- trunk/lib/plugin/WikiAdminSelect.php	2021-12-09 16:52:08 UTC (rev 10759)
+++ trunk/lib/plugin/WikiAdminSelect.php	2021-12-09 16:53:56 UTC (rev 10760)
@@ -97,7 +97,7 @@
      * @param WikiRequest $request
      * @return array
      */
-    protected function preSelectS(&$args, &$request)
+    protected function preSelectS($args, $request)
     {
         // override plugin argument by GET: probably not needed if s||="" is used
         // anyway, we force it for unique interface.
@@ -250,13 +250,11 @@
         }
         if (!$request->getArg('select')) {
             return $form;
-        } else {
-            ; //return $action_result;
         }
         return '';
     }
 
-    protected function tablePush(&$table, $first, $second)
+    protected function tablePush($table, $first, $second)
     {
         $table->pushContent(
             HTML::tr(

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.