tbrehm
2010-01-31 286d1bf1b746b49e43fd674bbc47afd25adfbedb
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;
            }