]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/clean_thumbnails.php
Merge branch 'rewrites-nightly/type-hints-asserts' into nightly
[quix0rs-gnu-social.git] / scripts / clean_thumbnails.php
index aef3f54aff50e1e305e402bee73a6ed1d9522bfd..04bf1083eef8e65b4261657bbe6b41f684c2a3f8 100755 (executable)
@@ -35,7 +35,7 @@ If the script seems to stop, it is processing correct File_thumbnail entries.
 
 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 locally generated thumbnails to allow regeneration. Are you sure? [y/N] ";