diff options
Diffstat (limited to 'gen_thumbs.php')
-rwxr-xr-x | gen_thumbs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_thumbs.php b/gen_thumbs.php index 1912a54..46c10d7 100755 --- a/gen_thumbs.php +++ b/gen_thumbs.php @@ -4,6 +4,6 @@ require_once "phpfspot.class.php"; $fspot = new PHPFSPOT; -$fspot->gen_thumbs('fromcmd'); +$fspot->gen_thumbs(0, 'fromcmd'); ?> |