Bläddra i källkod

bugfix different declaration

andre 1 år sedan
förälder
incheckning
454cd49db7
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;
     }