Skip to content

Commit

Permalink
Remove some lingering TBG references
Browse files Browse the repository at this point in the history
  • Loading branch information
lsproc committed Apr 8, 2012
1 parent 3acf526 commit a9e742d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions caspar/core/Caspar.class.php
Expand Up @@ -71,7 +71,7 @@ class Caspar
/** /**
* The i18n object * The i18n object
* *
* @Class \thebuggenie\entities\I18n * @Class \caspar\core\I18n
*/ */
static protected $_i18n; static protected $_i18n;


Expand Down Expand Up @@ -797,7 +797,6 @@ public static function calculateTimings(&$csp_summary)
$csp_summary['db_timing'] = \b2db\Core::getSQLTiming(); $csp_summary['db_timing'] = \b2db\Core::getSQLTiming();
} }
$csp_summary['load_time'] = ($load_time >= 1) ? round($load_time, 2) . ' seconds' : round($load_time * 1000, 1) . 'ms'; $csp_summary['load_time'] = ($load_time >= 1) ? round($load_time, 2) . ' seconds' : round($load_time * 1000, 1) . 'ms';
$csp_summary['scope_id'] = \thebuggenie\core\Context::getScope() instanceof \thebuggenie\core\Scope ? \thebuggenie\core\Context::getScope()->getID() : 'unknown';
self::ping(); self::ping();
} }


Expand Down

0 comments on commit a9e742d

Please sign in to comment.