[vhffs-dev] [613] Fixed bug on Panel

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 613
Author:   misric
Date:     2007-05-18 10:06:20 +0000 (Fri, 18 May 2007)

Log Message:
-----------
Fixed bug on Panel

Modified Paths:
--------------
    trunk/vhffs-api/src/Vhffs/Panel/Main.pm


Modified: trunk/vhffs-api/src/Vhffs/Panel/Main.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Main.pm	2007-05-18 09:21:11 UTC (rev 612)
+++ trunk/vhffs-api/src/Vhffs/Panel/Main.pm	2007-05-18 10:06:20 UTC (rev 613)
@@ -656,7 +656,7 @@
 	my ( $class , $panel , $content, $cookie ) = @_;
 
 	# WTF !?!?
-	if( ref( $class ) eq 'HASH' )
+	if( ref( $class ) )
 	{
 		$cookie = $content;
 		$content = $panel;


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/