2023-05-16 10:50:42 +08:00

8 lines
185 B
PHP

<?php
$this->loadModel('measurement');
$module = $this->app->getModuleName();
$method = $this->app->getMethodName();
if(isset($this->lang->measurement->actions["$module.$method"]))
{
}