mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +02:00
Fixes #1285 - Avoid no-avatar confusion. LANs required.
This commit is contained in:
@@ -1910,7 +1910,17 @@ class media_admin_ui extends e_admin_ui
|
||||
}
|
||||
|
||||
|
||||
function renderHelp()
|
||||
{
|
||||
if($this->getAction() == 'avatar')
|
||||
{
|
||||
$text = "Avatar Pre-selection Folder: <br /><code>".e_AVATAR_DEFAULT."</code>"; //TODO LAN
|
||||
|
||||
return array('caption'=>EMESSLAN_TITLE_INFO, 'text'=>$text);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user