Index: trunk/admin/include/elements.php =================================================================== diff -u -N -r2853 -r2882 --- trunk/admin/include/elements.php (.../elements.php) (revision 2853) +++ trunk/admin/include/elements.php (.../elements.php) (revision 2882) @@ -454,6 +454,12 @@ END; + + if( class_exists('kApplication') ) + { + $application =& kApplication::Instance(); + $application->Done(); + } }//Page Footer