diff options
author | Urban Müller | 2011-04-03 20:44:03 +0000 |
---|---|---|
committer | Urban Müller | 2011-04-03 20:44:03 +0000 |
commit | ed3cb998879f544de6cc7ad2629a409d320ada35 (patch) | |
tree | 9f01a54b91fffb7c80d200c7ec2acd6b0b352531 | |
parent | 0b13998a9752b6e488f3caf2cc2556f6a5947a78 (diff) | |
download | itools-ed3cb998879f544de6cc7ad2629a409d320ada35.tar.gz itools-ed3cb998879f544de6cc7ad2629a409d320ada35.tar.bz2 itools-ed3cb998879f544de6cc7ad2629a409d320ada35.zip |
handle empty files
-rw-r--r-- | it_pipe.class | 2 |
1 files changed, 1 insertions, 1 deletions
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; } /** |