Skip to content

Commit

Permalink
Merge pull request #67 from pentium10/master
Browse files Browse the repository at this point in the history
fixed #65
  • Loading branch information
pentium10 committed Sep 8, 2014
2 parents 923b2a0 + 96f0cd2 commit d094c3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -12,5 +12,5 @@
/**
* Version number
*/
'version' => '1.5.2',
'version' => '1.5.3',
);
2 changes: 1 addition & 1 deletion lib/BeanstalkInterface.class.php
Expand Up @@ -252,7 +252,7 @@ private function _decodeDate($pData) {
}

public function exceptions_error_handler($severity, $message, $filename, $lineno) {
echo '<span style="color:red">Unserialize got a fatal error, please include the necessary files, or deactivate unserialization from Settings</span></br>';
echo '<span style="color:red">Unserialize got a fatal error, please include the necessary files, or deactivate unserialization from Settings (<a href="#" onclick="$(\'#settings\').modal();return false;">click to open</a>)</span></br>';
return false;
}

Expand Down
3 changes: 0 additions & 3 deletions public/index.php
Expand Up @@ -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;
Expand Down

0 comments on commit d094c3a

Please sign in to comment.