From: tokul Date: Sun, 17 Jul 2005 07:27:32 +0000 (+0000) Subject: misunderstood use of second array_shift command X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2253d920fc27fc374ccf4753aa7a040f3cb57fed;p=squirrelmail.git misunderstood use of second array_shift command git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9784 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/listcommands/functions.php b/plugins/listcommands/functions.php index 46a79095..2ec6c01a 100644 --- a/plugins/listcommands/functions.php +++ b/plugins/listcommands/functions.php @@ -39,7 +39,7 @@ function plugin_listcommands_menu_do() { /* proto = {mailto,href} */ $aActions = array_keys($actions); $proto = array_shift($aActions); - $act = array_shift($aActions); + $act = array_shift($actions); if ($proto == 'mailto') {