From e0eb43909de286faff826f5439e878db328cccb4 Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Fri, 14 Sep 2018 17:57:47 +0200 Subject: [PATCH] fix var --- htdocs/stripe/charge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/stripe/charge.php b/htdocs/stripe/charge.php index 3efcd9ca611..b9b654e6553 100644 --- a/htdocs/stripe/charge.php +++ b/htdocs/stripe/charge.php @@ -89,7 +89,7 @@ if (!$rowid) print ''; $title=$langs->trans("StripeChargeList"); - $title.=($stripeaccount?' (Stripe connection with Stripe OAuth Connect account '.$stripeaccount.')':' (Stripe connection with keys from Stripe module setup)'); + $title.=($stripeacc?' (Stripe connection with Stripe OAuth Connect account '.$stripeacc.')':' (Stripe connection with keys from Stripe module setup)'); print_barre_liste($title, $page, $_SERVER["PHP_SELF"], $param, $sortfield, $sortorder,'',$num, $totalnboflines, 'title_accountancy.png', 0, '', '', $limit);