From b115dbce1b232c092f651f1d95133fa13bb3260a Mon Sep 17 00:00:00 2001 From: Tim Fry Date: Wed, 12 Mar 2025 11:16:42 -0300 Subject: [PATCH] remove class_exists wrapper for class definitions --- resources/classes/button.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/classes/button.php b/resources/classes/button.php index c82b34551b..d7786d7418 100644 --- a/resources/classes/button.php +++ b/resources/classes/button.php @@ -25,7 +25,6 @@ Mark J Crane */ -if (!class_exists('button')) { class button { public static $collapse = 'hide-md-dn'; @@ -127,7 +126,6 @@ if (!class_exists('button')) { $button = $anchor.$button.""; } return $button; - unset($button); } private static function quote($value) { @@ -135,7 +133,6 @@ if (!class_exists('button')) { } } -} /* @@ -236,5 +233,3 @@ if (!class_exists('button')) { */ - -?> \ No newline at end of file