mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
(Retrofit from trunk) N°642.3 Portal: Lifecycle: Exception on UserRequest opening due to a bad variable initialization.
SVN:2.4[5059]
This commit is contained in:
@@ -23,12 +23,9 @@ use \Exception;
|
||||
use \DOMNodeList;
|
||||
use \DOMFormatException;
|
||||
use \utils;
|
||||
use \UserRights;
|
||||
use \ProfilesConfig;
|
||||
use \MetaModel;
|
||||
use \DBSearch;
|
||||
use \DBUnionSearch;
|
||||
use \Combodo\iTop\DesignElement;
|
||||
|
||||
class LifecycleValidatorHelper
|
||||
{
|
||||
@@ -392,7 +389,7 @@ class $sClassName
|
||||
*/
|
||||
public static function GetProfileStimuli(\$iProfileId, \$sClass)
|
||||
{
|
||||
\$aStimuli = null;
|
||||
\$aStimuli = array();
|
||||
|
||||
\$sLifecycleKey = \$iProfileId.'_'.\$sClass;
|
||||
if (isset(self::\$aPROFILES[\$sLifecycleKey]))
|
||||
|
||||
Reference in New Issue
Block a user