From ed3cb998879f544de6cc7ad2629a409d320ada35 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Sun, 3 Apr 2011 20:44:03 +0000 Subject: handle empty files --- it_pipe.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it_pipe.class b/it_pipe.class index 722b7c0..3fc756b 100644 --- a/it_pipe.class +++ b/it_pipe.class @@ -57,7 +57,7 @@ function keyval() $result[$key] = $val; } - return $result; + return (array)$result; } /** -- cgit v1.2.3