tbrehm
2010-01-28 40dd9fb5c2f1083b2793674d5c418ead836d764e
interface/lib/app.inc.php
@@ -175,7 +175,7 @@
         @include_once($filename);
         if(is_array($wb)) {
            if(is_array($this->_wb)) {
               $this->_wb = array_merge($wb,$this->_wb);
               $this->_wb = array_merge($this->_wb,$wb);
            } else {
               $this->_wb = $wb;
            }