Fix error in encryptLink

This commit is contained in:
Brayan Pereyra
2025-09-23 20:13:50 +00:00
parent 157f04d328
commit 177c7fd5f7
4 changed files with 2 additions and 9 deletions

View File

@@ -777,7 +777,7 @@ class G
* @param string $urlLink
* @return string
*/
public static function encryptlinkDeprecated($url)
public static function encryptlink($url)
{
if (defined('ENABLE_ENCRYPT') && ENABLE_ENCRYPT == 'yes') {
return urlencode(G::encrypt($url, URL_KEY));