diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 86001a2..fbb6a00 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -2,6 +2,8 @@ name: Build on: push: + branches: + - '**' pull_request: jobs: diff --git a/controllers/admin/AdminSimpleWithdrawalController.php b/controllers/admin/AdminSimpleWithdrawalController.php index 1ca758c..7b03e66 100644 --- a/controllers/admin/AdminSimpleWithdrawalController.php +++ b/controllers/admin/AdminSimpleWithdrawalController.php @@ -60,6 +60,15 @@ class AdminSimpleWithdrawalController extends ModuleAdminController ]; } + protected function l($string, $class = null, $addslashes = false, $htmlentities = true) + { + if ($this->module) { + return $this->module->l($string, 'AdminSimpleWithdrawalController'); + } + + return $string; + } + public function renderScopeLabel($value, $row) { if ($value === 'partial') {