Browse Source

bugfix different declaration

andre 1 year ago
parent
commit
454cd49db7
1 changed files with 1 additions and 1 deletions
  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
      * Adds elements to the root element
      */
      */
-    public function addElement($element)
+    public function addElement($element, $containerName = null)
     {
     {
         return $this;
         return $this;
     }
     }