fix a typo

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@13847 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-09-19 06:51:50 +00:00
parent 254643a5c7
commit e51af68867

View File

@ -3007,7 +3007,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";