From db076583926bde196b2828a01ea638140bc1b3af Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Thu, 19 Sep 2024 01:07:12 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- src/php/content/Printer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/php/content/Printer.php b/src/php/content/Printer.php index 77f67c8..b030b0b 100644 --- a/src/php/content/Printer.php +++ b/src/php/content/Printer.php @@ -1,7 +1,7 @@ content, $name], ...$args); + $content = func::call([$this->content, $name], ...$args); c::write($content); } }