Explorar el Código

bugfix different declaration

andre hace 1 año
padre
commit
454cd49db7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/UI/ViewAjax.php

+ 1 - 1
core/UI/ViewAjax.php

@@ -22,7 +22,7 @@ class ViewAjax extends View
     /**
      * Adds elements to the root element
      */
-    public function addElement($element)
+    public function addElement($element, $containerName = null)
     {
         return $this;
     }