1
0
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:
Cameron
2016-02-25 12:53:04 -08:00
parent 751ce52c13
commit 294ff7a6d0
2 changed files with 33 additions and 8 deletions

View File

@@ -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);
}
}