mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Fixed regression in the Notifications page (leading to a conflict between the two tabs)
SVN:trunk[3013]
This commit is contained in:
@@ -94,7 +94,7 @@ foreach($aActionClasses as $sActionClass)
|
||||
$oFilter = new DBObjectSearch($sActionClass);
|
||||
$aParams = array();
|
||||
$oBlock = new DisplayBlock($oFilter, 'list', false, $aParams);
|
||||
$oBlock->Display($oP, 'block_'.$iBlock, $aParams);
|
||||
$oBlock->Display($oP, 'block_action_'.$iBlock, $aParams);
|
||||
$iBlock++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user