Skip to content

Commit

Permalink
wired the syskey addedit form to work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
caseysoftware committed Dec 13, 2013
1 parent 6221216 commit 0bb34a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/system/syskeys/index.php
Expand Up @@ -84,8 +84,9 @@ function delIt(id) {
} }
<?php } ?> <?php } ?>
</script> </script>
<form name="sysValFrm" method="post" action="?m=system&u=syskeys&a=do_sysval_aed" accept-charset="utf-8"> <form name="sysValFrm" method="post" action="?m=system&u=syskeys" accept-charset="utf-8">
<input type="hidden" name="del" value="0" /> <input type="hidden" name="del" value="0" />
<input type="hidden" name="dosql" value="do_sysval_aed" />
<table class="tbl list sysvals"> <table class="tbl list sysvals">
<tr> <tr>
<th>&nbsp;</th> <th>&nbsp;</th>
Expand Down

0 comments on commit 0bb34a2

Please sign in to comment.