remove class_exists wrapper for class definitions
This commit is contained in:
parent
592ec7f3bb
commit
1384eb81e1
|
|
@ -27,9 +27,7 @@
|
|||
/**
|
||||
* email class
|
||||
*
|
||||
* @method boolean send
|
||||
*/
|
||||
if (!class_exists('email')) {
|
||||
class email {
|
||||
|
||||
/**
|
||||
|
|
@ -625,7 +623,7 @@ if (!class_exists('email')) {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
$email = new email;
|
||||
|
|
|
|||
Loading…
Reference in New Issue