[vhffs-dev] [836] Well, it seems that no matter how many commit gradator makes, I' ve always to |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 836
Author: beuss
Date: 2007-08-30 17:57:17 +0000 (Thu, 30 Aug 2007)
Log Message:
-----------
Well, it seems that no matter how many commit gradator makes, I've always to
fix something in what it did :D.
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Conf.pm
Modified: trunk/vhffs-api/src/Vhffs/Conf.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Conf.pm 2007-08-30 17:33:50 UTC (rev 835)
+++ trunk/vhffs-api/src/Vhffs/Conf.pm 2007-08-30 17:57:17 UTC (rev 836)
@@ -90,7 +90,7 @@
sub get_panel
{
- return $Config{'panel'};
+ return $Config{'global'}{'panel'};
}
sub get_backend