diff php/pseudo.php @ 2453:17d8ac94b284

Hotfix: Minor fix for pseudo.php
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 02 Aug 2016 10:40:49 +0100
parents 43ab418ba4b8
children ad2f3d593000
line wrap: on
line diff
--- a/php/pseudo.php	Tue Aug 02 10:37:43 2016 +0100
+++ b/php/pseudo.php	Tue Aug 02 10:40:49 2016 +0100
@@ -15,7 +15,7 @@
         $numtests = count( $files );
     }
 
-    $testID = ($numsaves % $numtests)-1;
+    $testID = ($numsaves % $numtests);
 
 	readfile($files[$testID]);
 ?>
\ No newline at end of file