]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/checkschema.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / scripts / checkschema.php
index cec5773683ef8ef52d7c7b13ab615fe896a2163c..3b3ccca7c9e3facf9563f4f09201469b543facc0 100755 (executable)
@@ -32,7 +32,7 @@ Gives plugins a chance to update the database schema.
 
 END_OF_CHECKSCHEMA_HELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 function tableDefs()
 {
@@ -61,4 +61,5 @@ if (have_option('x', 'extensions')) {
     }
 }
 
+Event::handle('BeforePluginCheckSchema');
 Event::handle('CheckSchema');