]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/clean_profiles.php
Added type-hint for EndShowNoticeOptionItems hooks.
[quix0rs-gnu-social.git] / scripts / clean_profiles.php
index 470d6c1b91b2c422397139f950889711bf9949fb..ecb587d0c054491e04d4ae6081c04a830c851c56 100755 (executable)
@@ -34,7 +34,7 @@ WARNING: This has not been tested thoroughly. Maybe we've missed a table to comp
 
 END_OF_HELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 if (!have_option('y', 'yes')) {
     print "About to delete profiles that we think are useless to save. Are you sure? [y/N] ";