mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Fix PHP notices in boot, index and App
- Use defaults() with $_GET variables in boot - Initialize $a before checking for object member in boot - Initilialize the $_SESSION variable for backend mode in index - Add member variable page_offset to App
This commit is contained in:
parent
54d598ce7c
commit
585c00347d
3 changed files with 8 additions and 8 deletions
|
@ -37,6 +37,7 @@ class App {
|
|||
public $query_string;
|
||||
public $config;
|
||||
public $page;
|
||||
public $page_offset;
|
||||
public $profile;
|
||||
public $profile_uid;
|
||||
public $user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue