fix transition script
[platal.git] / include / xorg.table-editor.inc.php
index c8feb7f..e1ba802 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -33,6 +33,7 @@ class XOrgAdminTableEditor extends DiogenesTableEditor {
     
     function run() {
         global $page;
+        $page->fakeDiogenes();
         parent::run($page);
         $page->run();
     }