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