From dd43de12467c46bdcb2a5ccd9c58d2a644611976 Mon Sep 17 00:00:00 2001 From: LordBeaver Date: Sat, 9 Apr 2016 17:46:20 +0300 Subject: [PATCH] Compatibility with YOURLS 1.7.1 --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index c90cc54..edd79b6 100644 --- a/header.php +++ b/header.php @@ -13,7 +13,7 @@ if( @include dirname(__FILE__) . '/public/config.php' ) { class ISQ { public static $general = array(), $links = array(), $social = array(), $recaptcha = array(); } // Load translations -yourls_load_custom_textdomain( 'isq_translation', '/public/languages' ); +yourls_load_custom_textdomain( 'isq_translation', 'public/languages' ); ?>