openrat-cms

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

commit a6965665db89aeb8a2f394914c26632e78cd0568
parent 93ea2e9f771f2fa7e81d25c6c2c4e23e6f0cd1fa
Author: dankert <devnull@localhost>
Date:   Sat, 25 Dec 2004 23:17:59 +0100

Korrektur transfer()

Diffstat:
actionClasses/MainmenuAction.class.php | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/actionClasses/MainmenuAction.class.php b/actionClasses/MainmenuAction.class.php @@ -20,7 +20,10 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // --------------------------------------------------------------------------- // $Log$ -// Revision 1.15 2004-12-25 22:11:03 dankert +// Revision 1.16 2004-12-25 22:17:59 dankert +// Korrektur transfer() +// +// Revision 1.15 2004/12/25 22:11:03 dankert // Erweiterung/Korrektur der Kennwortaenderung // // Revision 1.14 2004/12/19 18:09:05 dankert @@ -381,8 +384,8 @@ class MainmenuAction extends Action function transfer() { - $this->setTemplateVar('subaction',array('import'=>lang('import'))); - $this->setTemplateVar('param','objectid'); + $this->addSubaction('import'); + $this->setTemplateVar('subaction',$this->subActionList); $this->callSubAction('show'); }