summaryrefslogtreecommitdiffstats
path: root/gen_thumbs.php
diff options
context:
space:
mode:
Diffstat (limited to 'gen_thumbs.php')
-rwxr-xr-xgen_thumbs.php2
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');
?>