From db9d0474a11743559ff441b09a78fb5a0f11e9cc Mon Sep 17 00:00:00 2001 From: phamt Date: Tue, 11 Dec 2012 03:31:40 +0000 Subject: [PATCH] Fixed clone error because of missing plugin. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14613 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/xcat/plugins/webportal.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-UI/xcat/plugins/webportal.pm b/xCAT-UI/xcat/plugins/webportal.pm index f0ce30078..1630844d4 100644 --- a/xCAT-UI/xcat/plugins/webportal.pm +++ b/xCAT-UI/xcat/plugins/webportal.pm @@ -13,6 +13,7 @@ package xCAT_plugin::webportal; use strict; require xCAT::Utils; require xCAT::MsgUtils; +require xCAT::zvmUtils; require xCAT::DBobjUtils; require IO::Socket::INET; use Getopt::Long;