mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
Refactor deprecated App::isAjax() to DI::mode()->isAjax()
This commit is contained in:
parent
8e6973b774
commit
8b6e123b3f
7 changed files with 12 additions and 17 deletions
|
@ -543,15 +543,6 @@ class App
|
|||
return Core\Theme::getStylesheetPath($this->getCurrentTheme());
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated 2019.09 - use App\Mode->isAjax() instead
|
||||
* @see App\Mode::isAjax()
|
||||
*/
|
||||
public function isAjax()
|
||||
{
|
||||
return $this->mode->isAjax();
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use Arguments->get() instead
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue