diff --git a/packages/fppkg/src/pkghandler.pp b/packages/fppkg/src/pkghandler.pp index 70a1952acf..7543c59825 100644 --- a/packages/fppkg/src/pkghandler.pp +++ b/packages/fppkg/src/pkghandler.pp @@ -91,8 +91,7 @@ begin exit; end; - if AAction <> 'laz_list' then //do not cache list action - ExecutedActions.Add(FullActionName,Pointer(PtrUInt(1))); + ExecutedActions.Add(FullActionName,Pointer(PtrUInt(1))); // Create action handler class pkghandlerclass:=GetPkgHandler(AAction);