From 71cdce5c6fdf7246f40fd5f631e02fc47713f272 Mon Sep 17 00:00:00 2001 From: konrad Date: Mon, 24 May 2010 15:39:15 +0000 Subject: [PATCH] use correct class for machine.php git-svn-id: https://silmor.de/svn/softmagic/smoke/trunk@469 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- www/machine.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www/machine.php b/www/machine.php index 8e32cc1..8b7fcf8 100644 --- a/www/machine.php +++ b/www/machine.php @@ -7,6 +7,6 @@ include("inc/loader.php"); include("inc/loader_nonadmin.php"); //let wob do the rest -WobTransaction::handle(); +MSmokeTransaction::handle(); ?> \ No newline at end of file -- 1.7.2.5