aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'ratatoeskr/main.php')
-rw-r--r--ratatoeskr/main.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/ratatoeskr/main.php b/ratatoeskr/main.php
index 9d963ac..aa36201 100644
--- a/ratatoeskr/main.php
+++ b/ratatoeskr/main.php
@@ -71,6 +71,11 @@ function ratatoeskr()
$ste->vars["rel_path_to_root"] = $rel_path_to_root;
url_process($urlpath, $url_handlers, $data);
+
+ foreach($plugin_objs as $plugin_obj)
+ $plugin_obj->atexit();
+ $ratatoeskr_settings->save();
+
echo "<!--
Queries: $queries_fired
Time: " . (microtime(True) - $ts_start) . "