Merge commit 'origin/master' into fusionax
[platal.git] / modules / axletter.php
index 805f238..466dcc2 100644 (file)
@@ -369,7 +369,7 @@ class AXLetterModule extends PLModule
         return $id ? $id : '0';
     }
 
-    function createHash($line, $key)
+    function createHash($line, $partial_result, $key)
     {
         $hash = implode(time(), $line) . rand();
         $hash = md5($hash);