fix typo
[plcapi.git] / php / plc_api.php
index 61fb298..fed4759 100644 (file)
@@ -84,7 +84,7 @@ class PLCAPI
     // Key is the md5sum of method + (arguments list - session variables)
     $arguments = $args;
     unset($arguments[0]);
-    return md5($method . serialize(arguments));
+    return md5($method . serialize($arguments));
   }
 
   function lookup($method, $args = NULL)