Escape global namespaced get_app() calls
- Add deprecated status
This commit is contained in:
@@ -111,7 +111,7 @@ class ParseUrl
|
||||
*/
|
||||
public static function getSiteinfo($url, $no_guessing = false, $do_oembed = true, $count = 1)
|
||||
{
|
||||
$a = get_app();
|
||||
$a = \get_app();
|
||||
|
||||
$siteinfo = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user