From: Marcin Haba Date: Tue, 14 May 2019 17:19:36 +0000 (+0200) Subject: baculum: Tweak add missing TCallback include to update slots control X-Git-Tag: Release-9.6.0~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f66f8ec28ef21deca75481845ea5b757c691723e;p=thirdparty%2Fbacula.git baculum: Tweak add missing TCallback include to update slots control --- diff --git a/gui/baculum/protected/Web/Portlets/UpdateSlots.php b/gui/baculum/protected/Web/Portlets/UpdateSlots.php index f110db129a..bc128ada1e 100644 --- a/gui/baculum/protected/Web/Portlets/UpdateSlots.php +++ b/gui/baculum/protected/Web/Portlets/UpdateSlots.php @@ -21,6 +21,7 @@ */ +Prado::using('System.Web.UI.ActiveControls.TCallback'); Prado::using('System.Web.UI.ActiveControls.TActiveCheckBox'); Prado::using('System.Web.UI.ActiveControls.TActiveDropDownList'); Prado::using('System.Web.UI.ActiveControls.TActiveTextBox');