[rendertime] Bugfix Callstack #814

Merged
nupplaphil merged 4 commits from 6691-rendertime-fix into 2019.03-RC 2019-02-20 18:09:30 +01:00
Showing only changes of commit 0d24814086 - Show all commits

View file

@ -6,7 +6,7 @@
* Author: Michael Vogel <http://pirati.ca/profile/heluecht>
*
*/
use Friendica\Core\Config;
use Friendica\Core\Hook;
use Friendica\Core\L10n;
@ -27,7 +27,7 @@ function rendertime_init_1(&$a) {
* @param Friendica\App $a
* @param string $o
*/
function rendertime_page_end(&$a, &$o)
function rendertime_page_end(Friendica\App &$a, &$o)
{
$profiler = $a->getProfiler();