remove class_exists wrapper for class definitions
This commit is contained in:
parent
2ac213acec
commit
22850ae94e
|
|
@ -25,7 +25,6 @@
|
|||
*/
|
||||
|
||||
//define the dialplan class
|
||||
if (!class_exists('dialplan')) {
|
||||
class dialplan {
|
||||
|
||||
//variables
|
||||
|
|
@ -1580,6 +1579,3 @@
|
|||
|
||||
|
||||
} //class
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue