andre 1 год назад
Родитель
Сommit
d1aa20b252
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/UI/MainContainerAjax.php

+ 1 - 1
core/UI/MainContainerAjax.php

@@ -38,7 +38,7 @@ class MainContainerAjax extends MainContainer
         return $this;
     }
 
-    public function addElement($element)
+    public function addElement($element = null, $containerName = null)
     {
         if (is_string($element))
         {