mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Update hero_setup.php
This commit is contained in:
@@ -32,12 +32,12 @@ if(!class_exists("hero_setup"))
|
|||||||
|
|
||||||
if(!empty($ret['success']))
|
if(!empty($ret['success']))
|
||||||
{
|
{
|
||||||
e107::getMessage()->addSuccess(LAN_HERO_SUCC);
|
e107::getMessage()->addSuccess(LAN_HERO_ADMIN_001);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!empty($ret['failed']))
|
if(!empty($ret['failed']))
|
||||||
{
|
{
|
||||||
e107::getMessage()->addError(LAN_HERO_ERR);
|
e107::getMessage()->addError(LAN_HERO_ADMIN_002);
|
||||||
e107::getMessage()->addDebug(print_a($ret['failed'],true));
|
e107::getMessage()->addDebug(print_a($ret['failed'],true));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user