]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak camel case style in call client function
authorMarcin Haba <marcin.haba@bacula.pl>
Wed, 30 Sep 2020 04:18:28 +0000 (06:18 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Wed, 30 Sep 2020 04:18:28 +0000 (06:18 +0200)
gui/baculum/protected/Web/Portlets/StatusSchedule.php

index 526aaf048aea479f7ce1932131fc940cd711b3f0..704ed0b75485f72a9917543c3f40aa1c9cd39702 100644 (file)
@@ -104,11 +104,11 @@ class StatusSchedule extends Portlets {
                if ($result->error === 0) {
                        $schedules = $result->output;
                        if ($this->getPage()->IsCallBack) {
-                               $this->getpage()->getcallbackclient()->callclientfunction(
+                               $this->getPage()->getCallbackClient()->callClientFunction(
                                        'set_job_schedule_data',
                                        json_encode($schedules)
                                );
-                               $this->getpage()->getcallbackclient()->callclientfunction(
+                               $this->getPage()->getCallbackClient()->callClientFunction(
                                        'init_job_schedule'
                                );
                        } else {