mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
N°5906 - CRUD Event - Fix \DBObject::IsCrudStackEmpty not static
This commit is contained in:
committed by
Eric Espie
parent
70cbaeac7a
commit
937313c20e
@@ -6094,7 +6094,7 @@ abstract class DBObject implements iDisplay
|
||||
* @return bool
|
||||
* @since 3.1.0 N°5609
|
||||
*/
|
||||
final protected function IsCrudStackEmpty(): bool
|
||||
final protected static function IsCrudStackEmpty(): bool
|
||||
{
|
||||
return count(self::$m_aCrudStack) === 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user