• Resolved philipnet

    (@philipnet)


    Hey,

    I think I’ve found a bug in includes/class-simply-static-archive-manager.php

    Where it has:
    ==
    ‘finished’ => array(
    ‘type’ => ‘normal’,
    ‘transitions’ => array(
    ‘next’ => ‘idle’,
    ‘cancel’ => ‘cancel’,
    ‘error’ => ‘error’
    ==

    I’m pretty sure that:
    ‘cancel’ => ‘cancel’,
    should read:
    ‘cancel’ => ‘cancelled’,
    so that it matches the rest of the array.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Cancel -> Cancelled change’ is closed to new replies.