Skip to content

Commit

Permalink
Update plugin.php (#2562)
Browse files Browse the repository at this point in the history
Fixes #2561, thanks @garanda21
  • Loading branch information
ozh committed Oct 4, 2019
1 parent 207a32e commit fbba93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/plugins/random-shorturls/plugin.php
Expand Up @@ -26,7 +26,7 @@
} else {
// filter registration happens conditionally, to avoid conflicts
// settings action is left out here, as it allows checking settings before deleting the old plugin
yourls_add_filter( 'random_shorturl', 'ozh_random_shorturl' );
yourls_add_filter( 'random_keyword', 'ozh_random_shorturl' );
yourls_add_filter( 'get_next_decimal', 'ozh_random_shorturl_next_decimal' );
}

Expand Down

0 comments on commit fbba93d

Please sign in to comment.