# HG changeset patch # User Nicholas Jillings # Date 1470130849 -3600 # Node ID 17d8ac94b284e115c65dc71acbaec9119588afd8 # Parent 48a84568359c6d4a4caa61dc274273923c52ad79 Hotfix: Minor fix for pseudo.php diff -r 48a84568359c -r 17d8ac94b284 php/pseudo.php --- 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