Jake Vanderwerf
2025-11-04 42fa8304ddb811b0f725f245130f70c0f5e86a6c
templates/dashboard/sections/favourites.php
@@ -3,7 +3,7 @@
    exit; // Exit if accessed directly
}
if (!current_user_can('can_favourite')) {
    wp_redirect(get_home_url(2, '/dash'));
    wp_redirect(get_home_url(null, '/dash'));
    exit;
}