Skip to content

Commit

Permalink
Adding back in option to add images
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/help/trunk@125947 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jonespm committed Jun 18, 2013
1 parent 2026056 commit 464ff26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/util/helputil.pl
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ ($$$)
my $svn = "/usr/bin/svn";

system("cd $imgdir ; $wget $kbmedia/$imgurl");
#system("$svn add $imgdir/$imgbasename");
system("$svn add $imgdir/$imgbasename");
}

### Check for referenced but not included files
Expand Down

0 comments on commit 464ff26

Please sign in to comment.