]> git.mxchange.org Git - friendica.git/commit
Fix PHP notices in boot, index and App
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 1 Jan 2018 20:08:00 +0000 (15:08 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Tue, 2 Jan 2018 13:09:49 +0000 (08:09 -0500)
commit585c00347d501b3f61c2c0bd662fd7b2562f9ac9
treec39538e3e6c491ff71f80439a93e333f1d299c80
parent54d598ce7c66308dbcf5d5aa0b14b3aec73885a8
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
boot.php
index.php
src/App.php