fix a typo

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13848 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-09-19 06:52:07 +00:00
parent 8191a663cc
commit 6e1f26c467

View File

@ -3011,7 +3011,7 @@ sub search_src {
# is a path
$api = "/api/$container".$node;
$ispath = 1;
} elsif ($node =~ /\%3d/) {
} elsif ($node =~ /\%3D/) {
$api = "/api/$container?search=$node";
} elsif ($node eq "xxxxxx_all_objs") {
$api = "/api/$container";