8 lines
185 B
PHP
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"]))
|
|
{
|
|
}
|