summaryrefslogtreecommitdiff
path: root/src/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/functions.php')
-rw-r--r--src/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functions.php b/src/functions.php
index 9bb59d6..e7c2e5b 100644
--- a/src/functions.php
+++ b/src/functions.php
@@ -24,7 +24,7 @@ function windowAppCommand(string $app, string $path = ''): string
24function enterCustomer($Client): bool 24function enterCustomer($Client): bool
25{ 25{
26 // fenĂȘtre 26 // fenĂȘtre
27 $NouveauClient = new ZenityForms(ZenitySetup::$nouveau_client_text, ZenitySetup::$nouveau_client_entrees); 27 $NouveauClient = new ZenityForms(ZenitySetup::$nouveau_client['text'], ZenitySetup::$nouveau_client['entrees']);
28 28
29 $input = exec($NouveauClient->get()); 29 $input = exec($NouveauClient->get());
30 if($input == '') 30 if($input == '')