From 96f0cd21dee20b2907bb9af131d5dbc731eb9174 Mon Sep 17 00:00:00 2001 From: pentium10 Date: Mon, 8 Sep 2014 10:59:11 +0300 Subject: [PATCH] fixed for #65 --- config.php | 2 +- lib/BeanstalkInterface.class.php | 2 +- public/index.php | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/config.php b/config.php index 454f756..74ca669 100644 --- a/config.php +++ b/config.php @@ -12,5 +12,5 @@ /** * Version number */ - 'version' => '1.5.2', + 'version' => '1.5.3', ); diff --git a/lib/BeanstalkInterface.class.php b/lib/BeanstalkInterface.class.php index 492352b..09d7f65 100644 --- a/lib/BeanstalkInterface.class.php +++ b/lib/BeanstalkInterface.class.php @@ -252,7 +252,7 @@ private function _decodeDate($pData) { } public function exceptions_error_handler($severity, $message, $filename, $lineno) { - echo 'Unserialize got a fatal error, please include the necessary files, or deactivate unserialization from Settings
'; + echo 'Unserialize got a fatal error, please include the necessary files, or deactivate unserialization from Settings (click to open)
'; return false; } diff --git a/public/index.php b/public/index.php index 2055ee4..1ff6bce 100644 --- a/public/index.php +++ b/public/index.php @@ -7,9 +7,6 @@ */ error_reporting(E_ALL); ini_set('display_errors', true); -if (ob_get_level()) { - ob_end_clean(); -} require_once '../lib/include.php'; $console = new Console;