diff --git a/404.php b/404.php index 3a3a785..cab4f39 100644 --- a/404.php +++ b/404.php @@ -7,7 +7,7 @@
- UTC Logo + UTC Logo

Sorry,

diff --git a/user/plugins/seans-qrcode/plugin.php b/user/plugins/seans-qrcode/plugin.php index 383ca07..7914e7b 100644 --- a/user/plugins/seans-qrcode/plugin.php +++ b/user/plugins/seans-qrcode/plugin.php @@ -42,7 +42,7 @@ class LogoOptions extends QROptions{ } // Kick in if the loader does not recognize a valid pattern -yourls_add_action( 'loader_failed', 'sean_yourls_qrcode' ); +yourls_add_action( 'redirect_keyword_not_found', 'sean_yourls_qrcode' ); function sean_yourls_qrcode( $request ) { // Get authorized charset in keywords and make a regexp pattern $pattern = yourls_make_regexp_pattern( yourls_get_shorturl_charset() );