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