remove class_exists wrapper for class definitions
This commit is contained in:
parent
46c76a6b83
commit
51eca0b530
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
//define the voicemail greetings class
|
||||
if (!class_exists('voicemail_greetings')) {
|
||||
class voicemail_greetings {
|
||||
|
||||
/**
|
||||
|
|
@ -166,6 +165,3 @@ if (!class_exists('voicemail_greetings')) {
|
|||
} //method
|
||||
|
||||
} //class
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue