From 992797f73c92b413a7fecff02c27c61b7db55b43 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Mon, 14 Oct 2013 09:54:49 -0400
Subject: [PATCH] Copied files from svn 3.0.5 stable branch (git migration)
---
server/server.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/server/server.php b/server/server.php
index 2ead490..3415f6e 100644
--- a/server/server.php
+++ b/server/server.php
@@ -170,9 +170,6 @@
$app->modules->loadModules('all');
//** Load the plugins that are in the plugins-enabled folder
$app->plugins->loadPlugins('all');
-
- $app->plugins->raiseAction('server_plugins_loaded', '');
-
if ($tmp_num_records > 0) {
$app->log("Found $tmp_num_records changes, starting update process.", LOGLEVEL_DEBUG);
//** Go through the sys_datalog table and call the processing functions
--
Gitblit v1.9.1