Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / middleware / compressor / class_CompressorChannel.php
index 8dae607bbfc0822031851f1f614da6274be9d2d1..da8b48461035bf863de4a3e2f405cca944e0fa4a 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class CompressorChannel extends BaseMiddleware {
        // Output handler instance
        private $compressor = null;
 
        // Public constructor
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor!
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set description
                $this->setObjectDescription("Komprimierungshandler");