remove class_exists wrapper for class definitions
This commit is contained in:
parent
c2ffba48e8
commit
63e844111a
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
|
||||
if (!class_exists('xml')) {
|
||||
class xml {
|
||||
|
||||
/**
|
||||
|
|
@ -12,6 +11,3 @@ if (!class_exists('xml')) {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue