fix typo
authorS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 9 Nov 2010 03:43:54 +0000 (22:43 -0500)
committerS.Çağlar Onur <caglar@cs.princeton.edu>
Tue, 9 Nov 2010 03:43:54 +0000 (22:43 -0500)
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)