rename rawContent() to content()
This commit is contained in:
parent
9092cb1beb
commit
ce3b121064
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use Friendica\Network\HTTPException;
|
||||||
*/
|
*/
|
||||||
class Notice extends BaseModule
|
class Notice extends BaseModule
|
||||||
{
|
{
|
||||||
public static function rawContent()
|
public static function content()
|
||||||
{
|
{
|
||||||
$a = self::getApp();
|
$a = self::getApp();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue