openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 0ec34264e4adb19ac7c99042edcc03db4ea1ab79
parent 9d1104b0a5205f99cec469bb3aabc79bdaceb6b1
Author: dankert <devnull@localhost>
Date:   Thu,  8 Nov 2007 22:42:36 +0100

Merken aktueller Aktion in Sitzung (nur f?r Logging).

Diffstat:
do.php | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/do.php b/do.php @@ -179,7 +179,9 @@ if ( is_object( $db ) ) if ( !empty($REQ[REQ_PARAM_ACTION]) ) $action = $REQ[REQ_PARAM_ACTION]; -else $action = 'index'; +else $action = 'index'; + +Session::set('action',$action); if ( !empty( $REQ[REQ_PARAM_SUBACTION] ) ) $subaction = $REQ[REQ_PARAM_SUBACTION];