ptit oubli lors du changement d'API, comme quoi il faut éviter les API daubeuses ...
authorx2000habouzit <x2000habouzit>
Fri, 20 Feb 2004 02:01:27 +0000 (02:01 +0000)
committerx2000habouzit <x2000habouzit>
Fri, 20 Feb 2004 02:01:27 +0000 (02:01 +0000)
include/xorg.session.inc.php

index 0126f66..12368ef 100644 (file)
@@ -85,12 +85,12 @@ class XorgSession extends DiogenesCoreSession {
       $page->_tpl = 'password_prompt_logged.tpl';
       $page->assign("xorg_head", "password_prompt_logged.head.tpl");
       $page->assign("xorg_tpl", "password_prompt_logged.tpl");
-      $page->display();
+      $page->run();
     } else {
       $page->_tpl = 'password_prompt.tpl';
       $page->assign("xorg_head", "password_prompt.head.tpl");
       $page->assign("xorg_tpl", "password_prompt.tpl");
-      $page->display();
+      $page->run();
     }
     exit;
   }