remove class_exists wrapper for class definitions
This commit is contained in:
parent
b919ae88fe
commit
3a3b3d006d
|
|
@ -26,7 +26,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//define the switch_recordings class
|
//define the switch_recordings class
|
||||||
if (!class_exists('switch_recordings')) {
|
|
||||||
class switch_recordings {
|
class switch_recordings {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -158,6 +157,3 @@ if (!class_exists('switch_recordings')) {
|
||||||
} //method
|
} //method
|
||||||
|
|
||||||
} //class
|
} //class
|
||||||
}
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue