From ca2bcc428f6b1d6486e1b2dec8ebe0222326d78c Mon Sep 17 00:00:00 2001 From: "origami11@yandex.ru" Date: Wed, 1 Mar 2023 12:05:27 +0300 Subject: [PATCH] =?UTF-8?q?fix=20=D0=9E=D0=BF=D0=B5=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Tales.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tales.php b/src/Tales.php index eb598c6..5937db2 100644 --- a/src/Tales.php +++ b/src/Tales.php @@ -52,7 +52,7 @@ class Tales { } static function phptal_asset($s) { - self::$sit->addStyleSheet($s); + self::$site->addStyleSheet($s); return ""; }