Timesheet small fix for renamed classes uiinfolog -> infolog_ui

This commit is contained in:
José Luis Gordo Romero 2008-10-08 08:15:14 +00:00
parent fdb1b050f7
commit cf83c28592

View File

@ -85,7 +85,7 @@ class timesheet_ui extends timesheet_bo
); );
} }
$referer = preg_match('/menuaction=([^&]+)/',$_SERVER['HTTP_REFERER'],$matches) ? $matches[1] : $referer = preg_match('/menuaction=([^&]+)/',$_SERVER['HTTP_REFERER'],$matches) ? $matches[1] :
(strpos($_SERVER['HTTP_REFERER'],'/infolog/index.php') !== false ? 'infolog.uiinfolog.index' : TIMESHEET_APP.'.timesheet_ui.index'); (strpos($_SERVER['HTTP_REFERER'],'/infolog/index.php') !== false ? 'infolog.infolog_ui.index' : TIMESHEET_APP.'.timesheet_ui.index');
} }
else else
{ {