Merged in bugfix/PMC-1111 (pull request #7037)

PMC-1111

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2019-08-22 13:15:11 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -116,8 +116,7 @@ if ($action == 'selfservice') {
}
$userUid = (isset($_SESSION['USER_LOGGED']) && $_SESSION['USER_LOGGED'] != '') ? $_SESSION['USER_LOGGED'] : null;
$oAppCache = new AppCacheView();
$oAppCache->confCasesList = $confCasesList;
$solrEnabled = 0;
if ($action == "todo" || $action == "draft" || $action == "sent" || $action == "selfservice" ||
$action == "unassigned" || $action == "search") {