Files
crm.clientright.ru/modules/Workflow2/WfTask.php

8 lines
134 B
PHP
Executable File

<?php
/**
Not used anymore
* Please replace with Workflow_Task Workflow_Task
**/
abstract class WfTask extends Workflow_Task { }
?>