Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-16037

Undefined variable: contentVersion in kernel\classes\ezworkflowprocess.php on line 521

    XMLWordPrintable

Details

    Description

          static function fetchForContent( $workflowID, $userID,
                                     $contentID, $content_version, $nodeID,
                                     $asObject = true )
          {
              $conds = array( 'workflow_id' => $workflowID,
                              'user_id' => $userID,
                              'content_id' => $contentID,
                              'content_version' => $contentVersion,<!---
                              'node_id' => $nodeID );
              return eZPersistentObject::fetchObjectList( eZWorkflowProcess::definition(),
                                                          null, $conds, null, null,
                                                          $asObject );
          }
      

      Attachments

        Activity

          People

            andre1 andre1
            sn4rky2 sn4rky2
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: