]> git.mxchange.org Git - friendica.git/commitdiff
Rename App variable
authorArt4 <art4@wlabs.de>
Mon, 23 Dec 2024 15:26:35 +0000 (15:26 +0000)
committerArt4 <art4@wlabs.de>
Mon, 23 Dec 2024 15:26:35 +0000 (15:26 +0000)
index.php

index 8ba10df263f0040d5c8c6bd9380e51d91ee5484e..9ea262c5e7031b315c73c84ab92038a4e948fccb 100644 (file)
--- a/index.php
+++ b/index.php
@@ -19,6 +19,6 @@ $request = \GuzzleHttp\Psr7\ServerRequest::fromGlobals();
 
 $dice = (new Dice())->addRules(include __DIR__ . '/static/dependencies.config.php');
 
-$a = \Friendica\App::fromDice($dice);
+$app = \Friendica\App::fromDice($dice);
 
-$a->processRequest($request, $start_time);
+$app->processRequest($request, $start_time);