mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-03 13:40:44 -04:00
Fix #992: Digibug pops up a blank page and doesn't allow printing
form::hidden() changed in K24 breaking this. Also fixed the spelling of "$order_params"
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
<html>
|
||||
<body>
|
||||
<?= form::open("http://www.digibug.com/dapi/order.php") ?>
|
||||
<?= form::hidden($order_parms) ?>
|
||||
<? foreach ($order_params as $key => $value): ?>
|
||||
<?= form::hidden($key, $value) ?>
|
||||
<? endforeach ?>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
document.forms[0].submit();
|
||||
document.forms[0].submit();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user