mirror of
https://github.com/friendica/friendica
synced 2025-04-24 07:10:11 +00:00
added spaces (coding convention)
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
951006dd10
commit
c2d8738285
11 changed files with 336 additions and 330 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
if(class_exists('BaseObject'))
|
||||
if (class_exists('BaseObject')) {
|
||||
return;
|
||||
}
|
||||
|
||||
require_once('boot.php');
|
||||
|
||||
|
@ -18,8 +19,9 @@ class BaseObject {
|
|||
* Same as get_app from boot.php
|
||||
*/
|
||||
public function get_app() {
|
||||
if(self::$app)
|
||||
if (self::$app) {
|
||||
return self::$app;
|
||||
}
|
||||
|
||||
self::$app = get_app();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue