Skip to content

Commit

Permalink
Merge pull request #2632 from ChurchCRM/missing-SystemConfig-autopyament
Browse files Browse the repository at this point in the history
added missing use SystemConfig;
  • Loading branch information
crossan007 authored Jul 1, 2017
2 parents 528ceec + 60cee20 commit da523fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AutoPaymentEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
require 'Include/Functions.php';

use ChurchCRM\Utils\InputUtils;
use ChurchCRM\dto\SystemConfig;

$linkBack = InputUtils::LegacyFilterInput($_GET['linkBack']);
$iFamily = InputUtils::LegacyFilterInput($_GET['FamilyID'], 'int');
Expand Down

0 comments on commit da523fa

Please sign in to comment.