testreportexport.php 194 B

12345
  1. <?php
  2. if(!isset($lang->resource->testreport)) $lang->resource->testreport = new stdclass();
  3. $lang->resource->testreport->export = 'exportAction';
  4. $lang->testreport->methodOrder[25] = 'export';