diff --git a/II/DB.pm b/II/DB.pm index b96e6fe..e8743a0 100644 --- a/II/DB.pm +++ b/II/DB.pm @@ -262,7 +262,7 @@ sub echoes { time => $time, echo => "$echo", post => "$post", - h => $h, + hash => $h, }; push( @posts, $data ); }