utf8mb4 conversion on database with index adjusts
This commit is contained in:
@@ -139,6 +139,11 @@ class Event {
|
||||
return false;
|
||||
}
|
||||
|
||||
public static function getHandlers($name)
|
||||
{
|
||||
return Event::$_handlers[$name];
|
||||
}
|
||||
|
||||
/**
|
||||
* Disables any and all handlers that have been set up so far;
|
||||
* use only if you know it's safe to reinitialize all plugins.
|
||||
|
||||
Reference in New Issue
Block a user