Skip to content

Commit

Permalink
SAK-23786- Fixed the NPE caused during the importing the tools while …
Browse files Browse the repository at this point in the history
…site creation. Fixed the incorretly used variable

git-svn-id: https://source.sakaiproject.org/svn/site-manage/trunk@128059 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
pushyamig committed Aug 1, 2013
1 parent e451ec8 commit eba1803
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
#foreach ($tId in $!importSiteTools.keys())
#if ($tId == $newTool)
(
#set($importSiteIds = $importSiteTools.get($toolId))
#set($importSiteIds = $importSiteTools.get($tId))
#foreach($importSiteId in $importSiteIds)
#set($importSite = $siteService.getSite($importSiteId))
$validator.escapeHtml($importSite.getTitle()),
Expand Down

0 comments on commit eba1803

Please sign in to comment.