changeset 288:58d28d5d6b9f

Fix a 10L.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 25 Nov 2013 00:16:48 +0200
parents 71442d864367
children b91e92f18cac
files admajax.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Mon Nov 25 00:16:26 2013 +0200
+++ b/admajax.php	Mon Nov 25 00:16:48 2013 +0200
@@ -313,7 +313,7 @@
               
               if ($vmode == VOTE_ACTIVATE)
               {
-                echo stGetFormCheckBoxInput("active", $item["id"], $prefix,
+                echo stGetFormCheckBoxInput("active", $item["id"], "",
                   $item["active"], "", "class=\"keyactive\" onClick=\"voteKeyActivated(".$item["id"].")\"", "xx")."\n";
               }