]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/upgrade.php
Some work on ActivityModeration with notice deletion
[quix0rs-gnu-social.git] / scripts / upgrade.php
index 126ef290360b27a7d8b0abfcf3963816555b18ef..06a2f74771bb8e2be374a38434e30a45f1f9b098 100755 (executable)
@@ -88,6 +88,7 @@ function updateSchemaPlugins()
 {
     printfnq("Upgrading plugin schema...");
 
+    Event::handle('BeforePluginCheckSchema');
     Event::handle('CheckSchema');
 
     printfnq("DONE.\n");