[rendertime] Ported to new Profiler class #808

Merged
Quix0r merged 2 commits from fixes/rendertime into develop 2019-02-18 18:40:09 +01:00
Quix0r commented 2019-02-18 18:22:58 +01:00 (Migrated from github.com)

Following fixes has been applied:

  • $a->performance['id'] is outdated, there is now $a->getProfiler()->get('id')
  • AS is no constant but a keyword (see foreach())
  • added curly braces
Following fixes has been applied: - `$a->performance['id']` is outdated, there is now `$a->getProfiler()->get('id')` - `AS` is no constant but a keyword (see `foreach()`) - added curly braces
Quix0r commented 2019-02-18 18:27:05 +01:00 (Migrated from github.com)

Parse error: syntax error, unexpected '2' (T_LNUMBER), expecting ',' or ')' in /../addon/rendertime/rendertime.php on line 39

` Parse error: syntax error, unexpected '2' (T_LNUMBER), expecting ',' or ')' in /../addon/rendertime/rendertime.php on line 39`
MrPetovan commented 2019-02-18 18:39:39 +01:00 (Migrated from github.com)
Fixes https://forum.friendi.ca/display/adf174d5-205c-6ac9-9cd6-dae869222348
MrPetovan (Migrated from github.com) approved these changes 2019-02-18 18:39:54 +01:00
Sign in to join this conversation.
No description provided.