friendica/include
Roland Häder 2c0ad47dfc Fixed fatal error: (#5532)
* Fixed fatal error:
````
PHP Fatal error:  Uncaught TypeError: Argument 1 passed to add_page_info_data()
must be of the type array, boolean given, called in
/var/www/../include/items.php on line 153 and defined in
/var/www/../include/items.php:27
````

Fix for type-hint array when query_page_info() returned a non-array, this may
happen when the instance/node/pod owner decided to shutdown server and replace
all URLs with a replacement message.

* Fixed parser error, ops.
2018-07-30 22:24:32 -04:00
..
api.php [WIP] Rewrite to Proxy class: (#5507) 2018-07-30 22:06:22 -04:00
conversation.php [WIP] Rewrite to Proxy class: (#5507) 2018-07-30 22:06:22 -04:00
dba.php [WIP] Rewrite to Proxy class: (#5507) 2018-07-30 22:06:22 -04:00
enotify.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
items.php Fixed fatal error: (#5532) 2018-07-30 22:24:32 -04:00
security.php Moved global PAGE_* to Profile class (#5500) 2018-07-27 19:25:57 -04:00
text.php [WIP] Rewrite to Proxy class: (#5507) 2018-07-30 22:06:22 -04:00