]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Tweak add missing TCallback include to update slots control
authorMarcin Haba <marcin.haba@bacula.pl>
Tue, 14 May 2019 17:19:36 +0000 (19:19 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Sat, 14 Dec 2019 14:50:01 +0000 (15:50 +0100)
gui/baculum/protected/Web/Portlets/UpdateSlots.php

index f110db129abf644b47e2c9c3cc13b2fd5085bb5b..bc128ada1e342ac015a0952e513eaed92c14708f 100644 (file)
@@ -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');