remove class_exists wrapper for class definitions
This commit is contained in:
parent
5795cd8ef5
commit
8da655528a
|
|
@ -25,7 +25,6 @@
|
|||
Matthew Vale <github@mafoo.org>
|
||||
*/
|
||||
|
||||
if (!class_exists('message')) {
|
||||
class message {
|
||||
|
||||
static function add($message, $mood = null, $delay = null) {
|
||||
|
|
@ -71,6 +70,3 @@ if (!class_exists('message')) {
|
|||
return $html;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue