Skip to content

Commit

Permalink
Fixed bug with downloading vouchers
Browse files Browse the repository at this point in the history
  • Loading branch information
lillem4n committed Sep 8, 2014
1 parent 78006bd commit 09ea5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/controller/admin/accounting.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function action_index()
$where = '1';
$pdo = Kohana_Pdo::instance();

if (isset($_GET['dlvouchers']))
if (isset($_GET['downloadvouchers']))
{
set_time_limit(0);
$files = array();
Expand Down

0 comments on commit 09ea5c9

Please sign in to comment.