Commit ef6b31fa3b7b4b080fa7cd4187aa5dc41296a0e4
1 parent
f626f7b0
Wrapping up the GUID inserter plugin
Committed By: Kevin Cyster Reviewed By: Megan Watson
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/KTDocumentActions.php
| @@ -512,7 +512,7 @@ class KTDocumentCheckOutAction extends KTDocumentAction { | @@ -512,7 +512,7 @@ class KTDocumentCheckOutAction extends KTDocumentAction { | ||
| 512 | $sTrigger = $aTrigger[0]; | 512 | $sTrigger = $aTrigger[0]; |
| 513 | $oTrigger = new $sTrigger; | 513 | $oTrigger = new $sTrigger; |
| 514 | $aInfo = array( | 514 | $aInfo = array( |
| 515 | - 'document' => $oDocument, | 515 | + 'document' => $this->oDocument, |
| 516 | ); | 516 | ); |
| 517 | $oTrigger->setInfo($aInfo); | 517 | $oTrigger->setInfo($aInfo); |
| 518 | $ret = $oTrigger->postValidate(); | 518 | $ret = $oTrigger->postValidate(); |