From af99f67da99742caf621f706f1b1adc631ccf6c3 Mon Sep 17 00:00:00 2001 From: Repellent Date: Sat, 21 Feb 2026 18:51:21 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D1=83=20=D0=BD=D0=B0?= =?UTF-8?q?=20=D1=81=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=D0=B2=D0=BE=D0=B9=D1=81=D1=82=D0=B2?= =?UTF-8?q?=D0=B0=20(=D0=B8=D1=81=D0=BF=D1=80.=20warning=20PHP-8.4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- class/class.core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/class.core.php b/class/class.core.php index 1a32b37..2a5e570 100644 --- a/class/class.core.php +++ b/class/class.core.php @@ -794,7 +794,7 @@ { $hash = 'g-' . UGROUP; // Группа пользователей $hash .= 'r-' . RUB_ID; // ID Рубрики - $hash .= 't-' . $this->curentdoc->rubric_tmpl_id; // Шаблон рубрики + $hash .= 't-' . (isset($this->curentdoc->rubric_tmpl_id) ? $this->curentdoc->rubric_tmpl_id : '0'); // Шаблон рубрики //$hash .= 'u-' . get_redirect_link(); // ToDo return md5($hash);