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:
		| @@ -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"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user