remove class_exists wrapper for class definitions
This commit is contained in:
parent
51eca0b530
commit
6481aa6b51
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
//define the vars class
|
||||
if (!class_exists('vars')) {
|
||||
class vars {
|
||||
|
||||
/**
|
||||
|
|
@ -258,6 +257,3 @@ if (!class_exists('vars')) {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue