Page 1 of 1

Documentation Bug: $params['action']['template']

PostPosted: Sun Apr 06, 2008 2:10 pm
by kedoin
Just wanted to let you know I found a small typo in the tutorial for Actions at:
http://xataface.com/documentation/tutorial/getting_started/dataface_actions

At the bottom of the page it says:
Code: Select all
$template_name = $params['actions']['template'];


But that doesn't work in the 1.0-beta2. It should be "action" (singular, not plural):
Code: Select all
$template_name = $params['action']['template'];

-Rob

PostPosted: Tue Apr 08, 2008 8:28 am
by shannah
Thanks.

The change has been made.

Best regards

Steve