From: Marcin Haba Date: Wed, 30 Sep 2020 04:18:28 +0000 (+0200) Subject: baculum: Tweak camel case style in call client function X-Git-Tag: Release-9.6.7~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04ec61e6d8b902dc0875d763b8ce0f49dba4d676;p=thirdparty%2Fbacula.git baculum: Tweak camel case style in call client function --- diff --git a/gui/baculum/protected/Web/Portlets/StatusSchedule.php b/gui/baculum/protected/Web/Portlets/StatusSchedule.php index 526aaf048..704ed0b75 100644 --- a/gui/baculum/protected/Web/Portlets/StatusSchedule.php +++ b/gui/baculum/protected/Web/Portlets/StatusSchedule.php @@ -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 {