1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 06:03:27 +02:00

Hero now has a background image and an image/video field. Re-install and clear db cache.

This commit is contained in:
Cameron
2020-12-17 09:57:14 -08:00
parent b6dbb86c1d
commit 50af16ab45
8 changed files with 63 additions and 30 deletions

View File

@@ -37,6 +37,7 @@ if(!class_exists("hero_setup"))
if(!empty($ret['failed']))
{
e107::getMessage()->addError("Failed to import default slides.");
e107::getMessage()->addDebug(print_a($ret['failed'],true));
}
}