mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Membersonly enhancement.(option to redirect to login page or membersonly splash page). User Login page minor HTML cleanup. PHP Notice removal.
This commit is contained in:
@@ -958,6 +958,11 @@ class e107_user_extended
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param $contents
|
||||
* @param bool|false $no_cache
|
||||
* @return array
|
||||
*/
|
||||
function parse_extended_xml($contents, $no_cache = FALSE)
|
||||
{
|
||||
if($no_cache == FALSE && $this->extended_xml)
|
||||
|
Reference in New Issue
Block a user