Retrofit from trunk - N.757 Server log filled with warnings (ContextTag::Check)

SVN:2.3[4574]
This commit is contained in:
Romain Quetiez
2017-03-10 14:43:28 +00:00
parent 4673a3f22d
commit 635ca103af

View File

@@ -1,5 +1,5 @@
<?php
// Copyright (C) 2016 Combodo SARL
// Copyright (C) 2016-2017 Combodo SARL
//
// This file is part of iTop.
//
@@ -29,13 +29,13 @@
*
* if (ContextTag::Check('GUI:Portal'))
*
* @copyright Copyright (C) 2016 Combodo SARL
* @copyright Copyright (C) 2016-2017 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
class ContextTag
{
protected static $aStack;
protected static $aStack = array();
/**
* Store a context tag on the stack