mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Changed getSecureImg() to object.
This commit is contained in:
@@ -967,7 +967,7 @@ class e107
|
||||
*/
|
||||
public static function getSecureImg()
|
||||
{
|
||||
return self::getSingleton('secure_image', true);
|
||||
return self::getObject('secure_image');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user