Skip to content

Commit d323a1d

Browse files
pfefferleobenland
andauthored
class-scheduler.php aktualisieren
Co-authored-by: Konstantin Obenland <obenland@gmx.de>
1 parent 83b74da commit d323a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-scheduler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public static function purge_inbox() {
339339
* Purge remote posts based on a schedule.
340340
*/
341341
public static function purge_ap_posts() {
342-
$days = (int) get_option( 'activitypub_ap_post_purge_days', 30 );
342+
$days = (int) \get_option( 'activitypub_ap_post_purge_days', 30 );
343343
Posts::purge( $days );
344344
}
345345

0 commit comments

Comments
 (0)