Escape global namespaced get_app() calls
- Add deprecated status
This commit is contained in:
@@ -518,7 +518,7 @@ class GContact
|
||||
*/
|
||||
public static function updateSuggestions()
|
||||
{
|
||||
$a = get_app();
|
||||
$a = \get_app();
|
||||
|
||||
$done = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user