From 7cdc7c0ab25a01e72e4fd445cfaf0326ebd5bd40 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Jul 2013 19:41:27 +0200 Subject: [PATCH] Fix: Typo --- htdocs/core/class/html.formfile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 533472e5acd..62f001622c7 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -146,7 +146,7 @@ class FormFile { print $out; } - print $hookmanager->resprint; + print $hookmanager->resPrint; return 1; }