From: Mikael Nordfeldth Date: Thu, 7 Jan 2016 17:45:36 +0000 (+0100) Subject: BeforePluginCheckSchema event for checkschema.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cd2695190d4fc5fa20844447bef0c8e0805c5e18;p=quix0rs-gnu-social.git BeforePluginCheckSchema event for checkschema.php --- diff --git a/scripts/checkschema.php b/scripts/checkschema.php index cec5773683..584f7a39e7 100755 --- a/scripts/checkschema.php +++ b/scripts/checkschema.php @@ -61,4 +61,5 @@ if (have_option('x', 'extensions')) { } } +Event::handle('BeforePluginCheckSchema'); Event::handle('CheckSchema');