Files
friendica-addons/rendertime/rendertime.php
Roland Häder e1fdf03f02 Fixes:
- `$a->performance['id']` is outdated, there is now `$a->getProfiler()->get('id')`
- `AS` is no constant but a keyword (see `foreach()`)
- added curly braces

Signed-off-by: Roland Häder <roland@mxchange.org>
2019-02-18 18:20:00 +01:00

2.4 KiB