Skip to content
Snippets Groups Projects
Commit f87b5144 authored by Satish's avatar Satish
Browse files

Login Page updated for Vtiger7

parent 05ff8ce0
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class Vtiger_WebUI extends Vtiger_EntryPoint {
$handler->checkPermission($request);
return;
}
throw new AppException(vtranslate($moduleName).' '.vtranslate('LBL_NOT_ACCESSIBLE'));
throw new AppException(vtranslate($moduleName, $moduleName).' '.vtranslate('LBL_NOT_ACCESSIBLE'));
}
protected function triggerPreProcess($handler, $request) {
......
layouts/v7/resources/Images/vtiger.png

76.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment