static App
This commit is contained in:
@@ -8,7 +8,7 @@ require_once('include/photo/photo_driver.php');
|
||||
function import_diaspora($data) {
|
||||
$a = get_app();
|
||||
|
||||
$account = $a->get_account();
|
||||
$account = App::get_account();
|
||||
if(! $account)
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user