From 3e721f4958c84b425da4b5c925b0b4bea9285858 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Mon, 8 Nov 2010 22:43:54 -0500 Subject: [PATCH] fix typo --- php/plc_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/plc_api.php b/php/plc_api.php index 61fb2987..fed47592 100644 --- a/php/plc_api.php +++ b/php/plc_api.php @@ -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) -- 2.47.0