From 0d986498c1e1dbe61693d4d3530d5df611ab3a80 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Wed, 11 Jan 2017 17:55:17 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B7=D0=B0=D0=B3?= =?UTF-8?q?=D1=80=D1=83=D0=B7=D0=BA=D0=B8=20bspoiler=20=D0=B8=20=D1=82?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bspoiler/classes/modules/bspoiler/Bspoiler.class.php | 2 +- application/tests/LoadFixtures.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/plugins/bspoiler/classes/modules/bspoiler/Bspoiler.class.php b/application/plugins/bspoiler/classes/modules/bspoiler/Bspoiler.class.php index db9a7879..8770d346 100644 --- a/application/plugins/bspoiler/classes/modules/bspoiler/Bspoiler.class.php +++ b/application/plugins/bspoiler/classes/modules/bspoiler/Bspoiler.class.php @@ -27,7 +27,7 @@ * */ -class PluginBspoiler_ModuleBspoiler extends ModuleText_ModuleBspoiler +class PluginBspoiler_ModuleBspoiler extends ModuleText { protected function JevixConfig() { diff --git a/application/tests/LoadFixtures.php b/application/tests/LoadFixtures.php index 115f5c45..dbe66870 100644 --- a/application/tests/LoadFixtures.php +++ b/application/tests/LoadFixtures.php @@ -1,7 +1,7 @@