1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Changed getSecureImg() to object.

This commit is contained in:
CaMer0n
2012-06-13 09:50:29 +00:00
parent b714d690a9
commit 2cd1d38efb

View File

@@ -967,7 +967,7 @@ class e107
*/
public static function getSecureImg()
{
return self::getSingleton('secure_image', true);
return self::getObject('secure_image');
}
/**