diff Lib/IMPL/lang.pm @ 210:6adaeb86945d

added IMPL::Web::AutoLocator
author sergey
date Tue, 29 May 2012 20:07:22 +0400
parents 4d0e1962161c
children d6e2ea24af08
line wrap: on
line diff
--- a/Lib/IMPL/lang.pm	Mon May 28 19:58:56 2012 +0400
+++ b/Lib/IMPL/lang.pm	Tue May 29 20:07:22 2012 +0400
@@ -165,7 +165,7 @@
 }
 
 sub hashMerge {
-    return hashApply( { %{$_[0]} }, $_[1] );
+    return hashApply( { %{$_[0] || {}} }, $_[1] );
 }
 
 sub hashApply {