
27th September 2010, 15:34
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,911
Thanks: 693
Thanked 4,198 Times in 3,213 Posts
|
|
Ok. Now i see why the code does not get executed. Replace the line:
$app->listform_actions->onLoad();
with:
$my_list = new list_action()
$my_list->onLoad();
|