mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 19:48:49 +02:00
N°637 Portal: Better feedback on exceptions and user session timeout on AJAX calls
SVN:trunk[4671]
This commit is contained in:
@@ -275,7 +275,7 @@ class ObjectController extends AbstractController
|
||||
public function CreateFromFactoryAction(Request $oRequest, Application $oApp, $sObjectClass, $sObjectId, $sEncodedMethodName)
|
||||
{
|
||||
$sMethodName = base64_decode($sEncodedMethodName);
|
||||
|
||||
|
||||
// Checking that the factory method is valid
|
||||
if (!is_callable($sMethodName))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user