|
|
@@ -256,6 +256,7 @@ class DBG {
|
|
|
public static function log($mixedArg, $type = '', $msg = '') {
|
|
|
if (!self::isActive() && !self::isLogActiveByAdmin()) return;
|
|
|
if ('Debug' == V::get('_route', '', $_REQUEST) && !V::get('DBG', '', $_REQUEST)) return;
|
|
|
+ if ('UrlAction_Bocian' == V::get('_route', '', $_REQUEST) && 'fetchProgressAjax' == V::get('_task', '', $_REQUEST) && !V::get('DBG', '', $_REQUEST)) return;
|
|
|
static $_firstRun = true;
|
|
|
if ($_firstRun) {
|
|
|
$_firstRun = false;
|