[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-82-gf94e7ec

Alex Vandiver alexmv at bestpractical.com
Thu Jun 10 13:11:13 EDT 2010


The branch, 3.8-trunk has been updated
       via  f94e7ec0670b890e3a2c63c1b5e1829f1462ef59 (commit)
      from  d24de30e6878fe0b7b69caa2a4b3108b32839cb0 (commit)

Summary of changes:
 lib/RT/Ticket_Overlay.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit f94e7ec0670b890e3a2c63c1b5e1829f1462ef59
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Jun 9 23:05:12 2010 -0400

    Fix a typo in the documentation

diff --git a/lib/RT/Ticket_Overlay.pm b/lib/RT/Ticket_Overlay.pm
index 186853e..2c54a22 100755
--- a/lib/RT/Ticket_Overlay.pm
+++ b/lib/RT/Ticket_Overlay.pm
@@ -229,7 +229,7 @@ Ticket links can be set up during create by passing the link type as a hask key
 the ticket id to be linked to as a value (or a URI when linking to other objects).
 Multiple links of the same type can be created by passing an array ref. For example:
 
-  Parent => 45,
+  Parents => 45,
   DependsOn => [ 15, 22 ],
   RefersTo => 'http://www.bestpractical.com',
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list